Searched refs:ErrorHandlerAddress (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp87 // error to the execution session and return ErrorHandlerAddress to the
99 return ErrorHandlerAddress;
112 // and return the ErrorHandlerAddress;
114 return ErrorHandlerAddress;
120 JITTargetAddress ErrorHandlerAddress) {
129 return CCMgrT::Create(ES, ErrorHandlerAddress);
134 return CCMgrT::Create(ES, ErrorHandlerAddress);
139 return CCMgrT::Create(ES, ErrorHandlerAddress);
143 return CCMgrT::Create(ES, ErrorHandlerAddress);
149 return CCMgrT::Create(ES, ErrorHandlerAddress);
119 createLocalCompileCallbackManager(const Triple &T, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h202 JITTargetAddress ErrorHandlerAddress)
205 ErrorHandlerAddress(ErrorHandlerAddress) {}
216 JITTargetAddress ErrorHandlerAddress; member in class:llvm::orc::JITCompileCallbackManager
227 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) { argument
230 new LocalJITCompileCallbackManager(ES, ErrorHandlerAddress, Err));
238 /// @param ErrorHandlerAddress The address of an error handler in the target
241 JITTargetAddress ErrorHandlerAddress,
243 : JITCompileCallbackManager(nullptr, ES, ErrorHandlerAddress) {
396 /// ErrorHandlerAddress wil
200 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) argument
240 LocalJITCompileCallbackManager(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress, Error &Err) argument
[all...]
H A DOrcRemoteTargetClient.h494 JITTargetAddress ErrorHandlerAddress)
497 ErrorHandlerAddress) {}
560 enableCompileCallbacks(JITTargetAddress ErrorHandlerAddress) { argument
568 CallbackManager.emplace(*this, ES, ErrorHandlerAddress);
492 RemoteCompileCallbackManager(OrcRemoteTargetClient &Client, ExecutionSession &ES, JITTargetAddress ErrorHandlerAddress) argument

Completed in 92 milliseconds