Searched refs:ErrorHandlerAddress (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 91 // error to the execution session and return ErrorHandlerAddress to the in executeCompileCallback() 99 return ErrorHandlerAddress; in executeCompileCallback() 112 // and return the ErrorHandlerAddress; in executeCompileCallback() 114 return ErrorHandlerAddress; in executeCompileCallback() 120 ExecutorAddr ErrorHandlerAddress) { in createLocalCompileCallbackManager() 129 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 134 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 139 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 144 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 148 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 119 createLocalCompileCallbackManager(const Triple & T,ExecutionSession & ES,ExecutorAddr ErrorHandlerAddress) createLocalCompileCallbackManager() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.h | 220 ExecutorAddr ErrorHandlerAddress) in JITCompileCallbackManager() argument 223 ErrorHandlerAddress(ErrorHandlerAddress) {} in JITCompileCallbackManager() 234 ExecutorAddr ErrorHandlerAddress; variable 245 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddress) { in Create() argument 248 new LocalJITCompileCallbackManager(ES, ErrorHandlerAddress, Err)); in Create() 259 ExecutorAddr ErrorHandlerAddress, Error &Err) in LocalJITCompileCallbackManager() argument 260 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) { in LocalJITCompileCallbackManager() 476 ExecutorAddr ErrorHandlerAddress);
|