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.h89 typedef struct LLVMOrcOpaqueExecutionSession *LLVMOrcExecutionSessionRef; typedef
493 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError,
503 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES);
531 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name);
580 LLVMOrcExecutionSessionRef ES, LLVMOrcLookupKind K,
752 LLVM_C_ABI LLVMOrcExecutionSessionRef
918 LLVMOrcExecutionSessionRef ES, const char *Name);
933 LLVMOrcExecutionSessionRef ES, LLVMOrcJITDylibRef *Result,
941 LLVMOrcExecutionSessionRef ES, const char *Name);
1262 const char *TargetTriple, LLVMOrcExecutionSessionRef ES,
H A DOrcEE.h52 LLVMOrcExecutionSessionRef ES);
80 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx,
H A DLLJIT.h57 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple);
131 LLVM_C_ABI LLVMOrcExecutionSessionRef
/freebsd/contrib/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
604 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib()
610 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib()
621 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName()
945 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession()
[all …]