Searched refs:LLVMOrcExecutionSessionRef (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Orc.h | 89 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 D | OrcEE.h | 52 LLVMOrcExecutionSessionRef ES); 80 LLVMOrcExecutionSessionRef ES, void *CreateContextCtx,
|
| H A D | LLJIT.h | 57 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple); 131 LLVM_C_ABI LLVMOrcExecutionSessionRef
|
| /freebsd/contrib/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 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 …]
|