Searched refs:LLVMOrcExecutionSessionRef (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
D | Orc.h | 88 typedef struct LLVMOrcOpaqueExecutionSession *LLVMOrcExecutionSessionRef; typedef 483 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, 493 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES); 520 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name); 569 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K, 733 LLVMOrcExecutionSessionRef 915 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, 931 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, 940 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, 1248 const char *TargetTriple, LLVMOrcExecutionSessionRef ES,
|
D | OrcEE.h | 51 LLVMOrcExecutionSessionRef ES); 79 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx,
|
D | LLJIT.h | 56 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple); 130 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J);
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcV2CBindings.cpp | 78 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionSession, LLVMOrcExecutionSessionRef) 338 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() 345 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool() 355 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() 361 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K, in LLVMOrcExecutionSessionLookup() 500 LLVMOrcExecutionSessionRef 635 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib() 641 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib() 652 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName() 989 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession() [all …]
|