Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCIndirectionUtils.cpp51 std::vector<FinalizedAlloc> TrampolineBlocks; member in __anone28287590111::EPCTrampolinePool
95 std::move(TrampolineBlocks), in deallocatePool()
132 TrampolineBlocks.push_back(std::move(*FA)); in grow()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h192 TrampolineBlocks.push_back(std::move(TrampolineBlock)); in grow()
199 std::vector<sys::OwningMemoryBlock> TrampolineBlocks; variable