Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp423 std::vector<std::vector<orc::shared::WrapperFunctionCall>> DeallocActionsList; in deallocate() local
431 DeallocActionsList.push_back(std::move(FA->DeallocActions)); in deallocate()
439 while (!DeallocActionsList.empty()) { in deallocate()
440 auto &DeallocActions = DeallocActionsList.back(); in deallocate()
454 DeallocActionsList.pop_back(); in deallocate()