Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp445 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() local
452 DeallocActionsList.push_back(std::move(FA->DeallocActions)); in deallocate()
460 while (!DeallocActionsList.empty()) { in deallocate()
461 auto &DeallocActions = DeallocActionsList.back(); in deallocate()
475 DeallocActionsList.pop_back(); in deallocate()