Home
last modified time | relevance | path

Searched refs:LLVMOrcExecutionSessionRef (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm-c/
H A DOrc.h88 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 DOrcEE.h51 LLVMOrcExecutionSessionRef ES);
79 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx,
H A DLLJIT.h56 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple);
130 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J);
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp51 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 DOrcV2CBindingsLazy.c176 LLVMOrcExecutionSessionRef ES = LLVMOrcLLJITGetExecutionSession(J); in main()
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c138 LLVMOrcExecutionSessionRef ES, in objectLinkingLayerCreator()
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/
H A DOrcV2CBindingsVeryLazy.c234 LLVMOrcExecutionSessionRef ES = LLVMOrcLLJITGetExecutionSession(J); in main()
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcCAPITest.cpp64 LLVMOrcExecutionSessionRef ExecutionSession = nullptr; in SetUpTestCase()
611 LLVMOrcExecutionSessionRef ES =