Home
last modified time | relevance | path

Searched defs:DeallocActions (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp17 std::vector<WrapperFunctionCall> DeallocActions; in runFinalizeActions() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp260 auto DeallocActions = runFinalizeActions(G->allocActions()); in finalize() local
461 auto &DeallocActions = DeallocActionsList.back(); in deallocate() local
485 std::vector<orc::shared::WrapperFunctionCall> DeallocActions) { in createFinalizedAlloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h385 std::vector<orc::shared::WrapperFunctionCall> DeallocActions; member