Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp38 class EPCTrampolinePool : public TrampolinePool { class
40 EPCTrampolinePool(EPCIndirectionUtils &EPCIU);
80 EPCTrampolinePool::EPCTrampolinePool(EPCIndirectionUtils &EPCIU) in EPCTrampolinePool() function in __anonfde2288d0111::EPCTrampolinePool
90 Error EPCTrampolinePool::deallocatePool() { in deallocatePool()
101 Error EPCTrampolinePool::grow() { in grow()
281 static_cast<EPCTrampolinePool &>(*TP).deallocatePool()); in cleanup()
326 TP = std::make_unique<EPCTrampolinePool>(*this); in getTrampolinePool()