Searched refs:LocalTrampolinePool (Results 1 – 2 of 2) sorted by relevance
104 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {109 static Expected<std::unique_ptr<LocalTrampolinePool>>113 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()114 new LocalTrampolinePool(std::move(ResolveLanding), Err)); in Create()123 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()124 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()136 LocalTrampolinePool(ResolveLandingFunction ResolveLanding, Error &Err) in LocalTrampolinePool() function267 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
99 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()