Searched refs:LocalTrampolinePool (Results 1 – 2 of 2) sorted by relevance
68 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {76 static Expected<std::unique_ptr<LocalTrampolinePool>>80 auto LTP = std::unique_ptr<LocalTrampolinePool>( in Create()81 new LocalTrampolinePool(std::move(GetTrampolineLanding), Err)); in Create()110 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter()111 static_cast<LocalTrampolinePool *>(TrampolinePoolPtr); in reenter()116 LocalTrampolinePool(GetTrampolineLandingFunction GetTrampolineLanding, in LocalTrampolinePool() function246 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager()
118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init()