Searched refs:ErrorHandlerAddr (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 20 ExecutorAddr ErrorHandlerAddr, in LazyCallThroughManager() argument 22 : ES(ES), ErrorHandlerAddr(ErrorHandlerAddr), TP(TP) {} in LazyCallThroughManager() 42 return ErrorHandlerAddr; in reportCallThroughError() 108 ExecutorAddr ErrorHandlerAddr) { in createLocalLazyCallThroughManager() argument 118 ErrorHandlerAddr); in createLocalLazyCallThroughManager() 121 return LocalLazyCallThroughManager::Create<OrcI386>(ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager() 125 ES, ErrorHandlerAddr); in createLocalLazyCallThroughManager() 129 ErrorHandlerAddr); in createLocalLazyCallThroughManager() 133 ErrorHandlerAddr); in createLocalLazyCallThroughManager() [all...] |
H A D | EPCIndirectionUtils.cpp | 330 ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in createLazyCallThroughManager() argument 333 LCTM = std::make_unique<LazyCallThroughManager>(ES, ErrorHandlerAddr, in createLazyCallThroughManager()
|
H A D | OrcV2CBindings.cpp | 1167 LLVMOrcJITTargetAddress ErrorHandlerAddr, in LLVMOrcCreateLocalLazyCallThroughManager() argument 1170 Triple(TargetTriple), *unwrap(ES), ExecutorAddr(ErrorHandlerAddr)); in LLVMOrcCreateLocalLazyCallThroughManager()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 43 LazyCallThroughManager(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr, 79 ExecutorAddr ErrorHandlerAddr; variable 91 ExecutorAddr ErrorHandlerAddr) in LocalLazyCallThroughManager() argument 92 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {} in LocalLazyCallThroughManager() 118 Create(ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) { in Create() argument 120 new LocalLazyCallThroughManager(ES, ErrorHandlerAddr)); in Create() 133 ExecutorAddr ErrorHandlerAddr);
|
H A D | EPCIndirectionUtils.h | 123 ExecutorAddr ErrorHandlerAddr);
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Orc.h | 1240 LLVMOrcJITTargetAddress ErrorHandlerAddr,
|