Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h102 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {
107 static Expected<std::unique_ptr<LocalTrampolinePool>>
111 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()
112 new LocalTrampolinePool(std::move(ResolveLanding), Err)); in Create()
121 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()
122 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()
134 LocalTrampolinePool(ResolveLandingFunction ResolveLanding, Error &Err) in LocalTrampolinePool() function
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
H A DLazyReexports.h95 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()