Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp38 class TPCTrampolinePool : public TrampolinePool { class
40 TPCTrampolinePool(TPCIndirectionUtils &TPCIU);
80 TPCTrampolinePool::TPCTrampolinePool(TPCIndirectionUtils &TPCIU) in TPCTrampolinePool() function in __anon0e890b430111::TPCTrampolinePool
90 Error TPCTrampolinePool::deallocatePool() { in deallocatePool()
97 Error TPCTrampolinePool::grow() { in grow()
277 static_cast<TPCTrampolinePool &>(*TP).deallocatePool()); in cleanup()
320 TP = std::make_unique<TPCTrampolinePool>(*this); in getTrampolinePool()