| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
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 LLVMRemarkStringRef |
LLVM.LLVMRemarkDebugLocGetSourceFilePath(LLVMRemarkDebugLocRef DL)
Return the path to the source file for a debug location.
|
static LLVMRemarkStringRef |
LLVM.LLVMRemarkEntryGetFunctionName(LLVMRemarkEntryRef Remark)
Get the name of the function being processed when the remark was emitted.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static BytePointer |
LLVM.LLVMRemarkStringGetData(LLVMRemarkStringRef String)
Returns the buffer holding the string.
|
static int |
LLVM.LLVMRemarkStringGetLen(LLVMRemarkStringRef String)
Returns the size of the string.
|
Copyright © 2024. All rights reserved.