Searched refs:ErrorHandlerAddress (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 98 return ErrorHandlerAddress; in executeCompileCallback() 113 return ErrorHandlerAddress; in executeCompileCallback() 128 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 133 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 138 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 143 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 147 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 153 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 158 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() 164 return CCMgrT::Create(ES, ErrorHandlerAddress); in createLocalCompileCallbackManager() [all …]
|
| /freebsd-14.2/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);
|