Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp51 std::vector<FinalizedAlloc> TrampolineBlocks; member in __anonf460475d0111::EPCTrampolinePool
95 std::move(TrampolineBlocks), in deallocatePool()
130 TrampolineBlocks.push_back(std::move(*FA)); in grow()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h194 TrampolineBlocks.push_back(std::move(TrampolineBlock)); in grow()
201 std::vector<sys::OwningMemoryBlock> TrampolineBlocks; variable