ΒΆllvm::Error runDeallocActions(
    ArrayRef<
        llvm::orc::shared::WrapperFunctionCall>
        DAs)

Description

Run deallocation actions. Dealloc actions will be run in reverse order (from last element of DAs to first).

Declared at: llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h:71

Parameters

ArrayRef<llvm::orc::shared::WrapperFunctionCall> DAs