Searched refs:LLVMOrcExecutionSessionRef (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Orc.h | 80 typedef struct LLVMOrcOpaqueExecutionSession *LLVMOrcExecutionSessionRef; typedef 451 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, 461 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES); 488 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name); 644 LLVMOrcExecutionSessionRef 826 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, 842 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, 851 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, 1098 const char *TargetTriple, LLVMOrcExecutionSessionRef ES,
|
| H A D | LLJIT.h | 49 void *Ctx, LLVMOrcExecutionSessionRef ES, const char *Triple); 123 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J);
|
| H A D | OrcEE.h | 41 LLVMOrcExecutionSessionRef ES);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 78 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ExecutionSession, LLVMOrcExecutionSessionRef) 288 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter() 295 LLVMOrcExecutionSessionGetSymbolStringPool(LLVMOrcExecutionSessionRef ES) { in LLVMOrcExecutionSessionGetSymbolStringPool() 305 LLVMOrcExecutionSessionIntern(LLVMOrcExecutionSessionRef ES, const char *Name) { in LLVMOrcExecutionSessionIntern() 414 LLVMOrcExecutionSessionRef 549 LLVMOrcExecutionSessionCreateBareJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateBareJITDylib() 555 LLVMOrcExecutionSessionCreateJITDylib(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionCreateJITDylib() 566 LLVMOrcExecutionSessionGetJITDylibByName(LLVMOrcExecutionSessionRef ES, in LLVMOrcExecutionSessionGetJITDylibByName() 837 LLVMOrcExecutionSessionRef LLVMOrcLLJITGetExecutionSession(LLVMOrcLLJITRef J) { in LLVMOrcLLJITGetExecutionSession() 914 LLVMOrcExecutionSessionRef ES) { in LLVMOrcCreateRTDyldObjectLinkingLayerWithSectionMemoryManager() [all …]
|