Searched refs:LLVMOrcExecutionSessionRef (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/include/llvm-c/ |
H A D | Orc.h | 88 typedef struct LLVMOrcOpaqueExecutionSession *LLVMOrcExecutionSessionRef; typedef 492 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, 502 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES); 529 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name); 578 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K, 742 LLVMOrcExecutionSessionRef 906 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, 922 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, 931 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, 1239 const char *TargetTriple, LLVMOrcExecutionSessionRef ES,
|
H A D | OrcEE.h | 51 LLVMOrcExecutionSessionRef ES); 79 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx,
|
H A D | LLJIT.h | 56 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple); 130 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J);
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 51 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionSession, LLVMOrcExecutionSessionRef) 317 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() 324 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool() 334 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() 339 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K, in LLVMOrcExecutionSessionLookup() 477 LLVMOrcExecutionSessionRef in LLVMOrcMaterializationResponsibilityGetExecutionSession() 604 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib() 610 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib() 621 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName() 946 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSessio in LLVMOrcLLJITGetExecutionSession() [all...] |
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/ |
H A D | OrcV2CBindingsLazy.c | 176 LLVMOrcExecutionSessionRef ES = LLVMOrcLLJITGetExecutionSession(J); in main()
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 138 LLVMOrcExecutionSessionRef ES, in objectLinkingLayerCreator()
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
H A D | OrcV2CBindingsVeryLazy.c | 234 LLVMOrcExecutionSessionRef ES = LLVMOrcLLJITGetExecutionSession(J); in main()
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | OrcCAPITest.cpp | 64 LLVMOrcExecutionSessionRef ExecutionSession = nullptr; in SetUpTestCase() 611 LLVMOrcExecutionSessionRef ES =
|