Searched refs:LLVMOrcExecutionSessionRef (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/include/llvm-c/ |
D | Orc.h | 73 typedef struct LLVMOrcOpaqueExecutionSession *LLVMOrcExecutionSessionRef; typedef 268 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, 278 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES); 305 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name); 367 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, 383 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES,
|
D | LLJIT.h | 49 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple); 120 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J);
|
D | OrcEE.h | 41 LLVMOrcExecutionSessionRef ES);
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | OrcV2CBindings.cpp | 68 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionSession, LLVMOrcExecutionSessionRef) 167 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() 174 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool() 183 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() 260 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib() 266 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib() 277 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName() 448 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession() 516 LLVMOrcExecutionSessionRef ES) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManager()
|