Home
last modified time | relevance | path

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

/freebsd/contrib/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);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp50 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionSession, LLVMOrcExecutionSessionRef)
316 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
323 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool()
333 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern()
338 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K, in LLVMOrcExecutionSessionLookup()
476 LLVMOrcExecutionSessionRef
603 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib()
609 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib()
620 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName()
945 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession()
[all …]