Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp38 std::vector<shared::WrapperFunctionCall> DeallocationActions; in finalize() local
56 DeallocationActions.push_back(ActPair.Dealloc); in finalize()
69 I->second.DeallocationActions = std::move(DeallocationActions); in finalize()
214 while (!A.DeallocationActions.empty()) { in deallocateImpl()
216 A.DeallocationActions.back().runWithSPSRetErrorMerged()); in deallocateImpl()
217 A.DeallocationActions.pop_back(); in deallocateImpl()
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h46 std::vector<shared::WrapperFunctionCall> DeallocationActions; member