| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMRemarkArgRef |
LLVM.LLVMRemarkEntryGetFirstArg(LLVMRemarkEntryRef Remark)
Get a new iterator to iterate over a remark's argument.
|
static LLVMRemarkArgRef |
LLVM.LLVMRemarkEntryGetNextArg(LLVMRemarkArgRef It,
LLVMRemarkEntryRef Remark)
Get the next argument in \p Remark from the position of \p It.
|
| Modifier and Type | Method and Description |
|---|---|
static LLVMRemarkDebugLocRef |
LLVM.LLVMRemarkArgGetDebugLoc(LLVMRemarkArgRef Arg)
Returns the debug location that is attached to the value of this argument.
|
static LLVMRemarkStringRef |
LLVM.LLVMRemarkArgGetKey(LLVMRemarkArgRef Arg)
Returns the key of an argument.
|
static LLVMRemarkStringRef |
LLVM.LLVMRemarkArgGetValue(LLVMRemarkArgRef Arg)
Returns the value of an argument.
|
static LLVMRemarkArgRef |
LLVM.LLVMRemarkEntryGetNextArg(LLVMRemarkArgRef It,
LLVMRemarkEntryRef Remark)
Get the next argument in \p Remark from the position of \p It.
|
Copyright © 2025. All rights reserved.