Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp457 std::vector<sys::MemoryBlock> StandardSegmentsList; in deallocate() local
464 StandardSegmentsList.push_back(std::move(FA->StandardSegments)); in deallocate()
475 auto &StandardSegments = StandardSegmentsList.back(); in deallocate()
489 StandardSegmentsList.pop_back(); in deallocate()