static LLVMOrcSymbolStringPoolEntryRef |
LLVM.LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES,
BytePointer Name)
Intern a string in the ExecutionSession's SymbolStringPool and return a
reference to it.
|
static LLVMOrcSymbolStringPoolEntryRef |
LLVM.LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES,
String Name) |
static LLVMOrcSymbolStringPoolEntryRef |
LLVM.LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J,
BytePointer UnmangledName)
Mangles the given string according to the LLJIT instance's DataLayout, then
interns the result in the SymbolStringPool and returns a reference to the
pool entry.
|
static LLVMOrcSymbolStringPoolEntryRef |
LLVM.LLVMOrcLLJITMangleAndIntern(LLVMOrcLLJITRef J,
String UnmangledName) |
static LLVMOrcSymbolStringPoolEntryRef |
LLVM.LLVMOrcMaterializationResponsibilityGetInitializerSymbol(LLVMOrcMaterializationResponsibilityRef MR)
Returns the initialization pseudo-symbol, if any.
|
static LLVMOrcSymbolStringPoolEntryRef |
LLVM.LLVMOrcMaterializationResponsibilityGetRequestedSymbols(LLVMOrcMaterializationResponsibilityRef MR,
SizeTPointer NumSymbols)
Returns the names of any symbols covered by this
MaterializationResponsibility object that have queries pending.
|