| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMRemarkEntryRef |
LLVM.LLVMRemarkParserGetNext(LLVMRemarkParserRef Parser)
Returns the next remark in the file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.LLVMRemarkEntryDispose(LLVMRemarkEntryRef Remark)
Free the resources used by the remark entry.
|
static LLVMRemarkDebugLocRef |
LLVM.LLVMRemarkEntryGetDebugLoc(LLVMRemarkEntryRef Remark)
Returns the debug location that is attached to this remark.
|
static LLVMRemarkArgRef |
LLVM.LLVMRemarkEntryGetFirstArg(LLVMRemarkEntryRef Remark)
Get a new iterator to iterate over a remark's argument.
|
static LLVMRemarkStringRef |
LLVM.LLVMRemarkEntryGetFunctionName(LLVMRemarkEntryRef Remark)
Get the name of the function being processed when the remark was emitted.
|
static long |
LLVM.LLVMRemarkEntryGetHotness(LLVMRemarkEntryRef Remark)
Return the hotness of the remark.
|
static LLVMRemarkArgRef |
LLVM.LLVMRemarkEntryGetNextArg(LLVMRemarkArgRef It,
LLVMRemarkEntryRef Remark)
Get the next argument in \p Remark from the position of \p It.
|
static int |
LLVM.LLVMRemarkEntryGetNumArgs(LLVMRemarkEntryRef Remark)
The number of arguments the remark holds.
|
static LLVMRemarkStringRef |
LLVM.LLVMRemarkEntryGetPassName(LLVMRemarkEntryRef Remark)
Get the name of the pass that emitted this remark.
|
static LLVMRemarkStringRef |
LLVM.LLVMRemarkEntryGetRemarkName(LLVMRemarkEntryRef Remark)
Get an identifier of the remark.
|
static int |
LLVM.LLVMRemarkEntryGetType(LLVMRemarkEntryRef Remark)
The type of the remark.
|
Copyright © 2024. All rights reserved.