Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h95 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
100 static Expected<std::unique_ptr<LocalTrampolinePool>>
104 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()
105 new LocalTrampolinePool(std::move(ResolveLanding), Err)); in Create()
114 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()
115 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()
127 LocalTrampolinePool(ResolveLandingFunction ResolveLanding, Error &Err) in LocalTrampolinePool() function
259 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
H A DLazyReexports.h96 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()