Searched refs:LazyCallThroughManager (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h38 class LazyCallThroughManager { class in namespace:llvm::orc
53 virtual ~LazyCallThroughManager() = default;
59 LazyCallThroughManager(ExecutionSession &ES,
87 class LocalLazyCallThroughManager : public LazyCallThroughManager {
93 : LazyCallThroughManager(ES, ErrorHandlerAddr, nullptr) {}
132 Expected<std::unique_ptr<LazyCallThroughManager>>
143 LazyReexportsMaterializationUnit(LazyCallThroughManager &LCTManager,
156 LazyCallThroughManager &LCTManager;
167 lazyReexports(LazyCallThroughManager &LCTManager,
H A DLLJIT.h253 std::unique_ptr<LazyCallThroughManager> LCTMgr;
387 std::unique_ptr<LazyCallThroughManager> LCTMgr;
410 setLazyCallthroughManager(std::unique_ptr<LazyCallThroughManager> LCTMgr) {
H A DCompileOnDemandLayer.h88 LazyCallThroughManager &LCTMgr,
129 LazyCallThroughManager &LCTMgr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp19 LazyCallThroughManager::LazyCallThroughManager( function in class:llvm::orc::LazyCallThroughManager
23 Expected<JITTargetAddress> LazyCallThroughManager::getCallThroughTrampoline(
39 JITTargetAddress LazyCallThroughManager::reportCallThroughError(Error Err) {
44 Expected<LazyCallThroughManager::ReexportsEntry>
45 LazyCallThroughManager::findReexport(JITTargetAddress TrampolineAddr) {
55 Error LazyCallThroughManager::notifyResolved(JITTargetAddress TrampolineAddr,
70 void LazyCallThroughManager::resolveTrampolineLandingAddress(
101 Expected<std::unique_ptr<LazyCallThroughManager>>
141 LazyCallThroughManager
[all...]
H A DCompileOnDemandLayer.cpp118 ExecutionSession &ES, IRLayer &BaseLayer, LazyCallThroughManager &LCTMgr,

Completed in 111 milliseconds