Searched refs:LocalTrampolinePool (Results 1 – 4 of 4) sorted by relevance
67 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {75 static Expected<std::unique_ptr<LocalTrampolinePool>>79 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()80 new LocalTrampolinePool(std::move(GetTrampolineLanding), Err)); in Create()109 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()110 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()115 LocalTrampolinePool(GetTrampolineLandingFunction GetTrampolineLanding, in LocalTrampolinePool() function245 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()
95 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() function259 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
96 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()