Home
last modified time | relevance | path

Searched refs:CallThroughInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h185 struct CallThroughInfo { struct
193 using CallThroughInfo = LazyReexportsManager::CallThroughInfo; argument
213 virtual void onLazyReexportCalled(const CallThroughInfo &CTI) = 0;
263 DenseMap<ExecutorAddr, CallThroughInfo> CallThroughs;
278 unique_function<void(const CallThroughInfo &CTI)>;
308 void onLazyReexportCalled(const CallThroughInfo &CTI) override;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp417 CallThroughInfo LandingInfo; in resolve()
530 const CallThroughInfo &CTI) { in onLazyReexportCalled()