Searched refs:LLVMOrcExecutionSessionRef (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm-c/
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);
H A DOrc.h88 typedef struct LLVMOrcOpaqueExecutionSession *LLVMOrcExecutionSessionRef; typedef in typeref:struct:LLVMOrcOpaqueExecutionSession
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 E
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp50 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionSession, LLVMOrcExecutionSessionRef)
308 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
315 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) {
325 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) {
330 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K,
468 LLVMOrcExecutionSessionRef
603 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES,
609 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES,
620 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES,
945 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSessio
[all...]

Completed in 171 milliseconds