Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/Shared/
DAllocationActions.cpp17 std::vector<WrapperFunctionCall> DeallocActions; in runFinalizeActions() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp252 auto DeallocActions = runFinalizeActions(G.allocActions()); in finalize() local
440 auto &DeallocActions = DeallocActionsList.back(); in deallocate() local
464 std::vector<orc::shared::WrapperFunctionCall> DeallocActions) { in createFinalizedAlloc()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h382 std::vector<orc::shared::WrapperFunctionCall> DeallocActions; member