| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMOrcDumpObjectsRef |
LLVM.LLVMOrcCreateDumpObjects(BytePointer DumpDir,
BytePointer IdentifierOverride)
Create a DumpObjects instance.
|
static LLVMOrcDumpObjectsRef |
LLVM.LLVMOrcCreateDumpObjects(String DumpDir,
String IdentifierOverride) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.LLVMOrcDisposeDumpObjects(LLVMOrcDumpObjectsRef DumpObjects)
Dispose of a DumpObjects instance.
|
static LLVMErrorRef |
LLVM.LLVMOrcDumpObjects_CallOperator(LLVMOrcDumpObjectsRef DumpObjects,
LLVMMemoryBufferRef ObjBuffer)
Dump the contents of the given MemoryBuffer.
|
static LLVMErrorRef |
LLVM.LLVMOrcDumpObjects_CallOperator(LLVMOrcDumpObjectsRef DumpObjects,
PointerPointer ObjBuffer) |
Copyright © 2024. All rights reserved.