| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMRemarkParserRef |
LLVM.LLVMRemarkParserCreateBitstream(Pointer Buf,
long Size)
Creates a remark parser that can be used to parse the buffer located in \p
Buf of size \p Size bytes.
|
static LLVMRemarkParserRef |
LLVM.LLVMRemarkParserCreateYAML(Pointer Buf,
long Size)
Creates a remark parser that can be used to parse the buffer located in \p
Buf of size \p Size bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.LLVMRemarkParserDispose(LLVMRemarkParserRef Parser)
Releases all the resources used by \p Parser.
|
static BytePointer |
LLVM.LLVMRemarkParserGetErrorMessage(LLVMRemarkParserRef Parser)
Returns a null-terminated string containing an error message.
|
static LLVMRemarkEntryRef |
LLVM.LLVMRemarkParserGetNext(LLVMRemarkParserRef Parser)
Returns the next remark in the file.
|
static int |
LLVM.LLVMRemarkParserHasError(LLVMRemarkParserRef Parser)
Returns
1 if the parser encountered an error while parsing the buffer. |
Copyright © 2025. All rights reserved.