| Package | Description |
|---|---|
| org.bytedeco.llvm.global |
| Modifier and Type | Method and Description |
|---|---|
static LLVMOrcIndirectStubsManagerRef |
LLVM.LLVMOrcCreateLocalIndirectStubsManager(BytePointer TargetTriple)
Create a LocalIndirectStubsManager from the given target triple.
|
static LLVMOrcIndirectStubsManagerRef |
LLVM.LLVMOrcCreateLocalIndirectStubsManager(String TargetTriple) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LLVM.LLVMOrcDisposeIndirectStubsManager(LLVMOrcIndirectStubsManagerRef ISM)
Dispose of an IndirectStubsManager.
|
static LLVMOrcMaterializationUnitRef |
LLVM.LLVMOrcLazyReexports(LLVMOrcLazyCallThroughManagerRef LCTM,
LLVMOrcIndirectStubsManagerRef ISM,
LLVMOrcJITDylibRef SourceRef,
LLVMOrcCSymbolAliasMapPair CallableAliases,
long NumPairs)
Create a MaterializationUnit to define lazy re-expots.
|
Copyright © 2025. All rights reserved.