Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h71 Error runDeallocActions(ArrayRef<WrapperFunctionCall> DAs);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp190 if (Error Err = shared::runDeallocActions( in deinitialize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp117 if (Error Err = shared::runDeallocActions( in deinitialize()