Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp420 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() local
428 DeallocActionsList.push_back(std::move(FA->DeallocActions)); in deallocate()
436 while (!DeallocActionsList.empty()) { in deallocate()
437 auto &DeallocActions = DeallocActionsList.back(); in deallocate()
451 DeallocActionsList.pop_back(); in deallocate()