Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp23 return joinErrors(std::move(Err), runDeallocActions(DeallocActions)); in runFinalizeActions()
33 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs) { in runDeallocActions() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h71 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp214 if (Error Err = shared::runDeallocActions( in deinitialize()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp121 if (Error Err = shared::runDeallocActions( in deinitialize()