LLVM 22.0.0git
llvm::orc::shared::AllocActionCallPair Struct Reference

A pair of WrapperFunctionCalls, one to be run at finalization time, one to be run at deallocation time. More...

#include "llvm/ExecutionEngine/Orc/Shared/AllocationActions.h"

Public Attributes

WrapperFunctionCall Finalize
WrapperFunctionCall Dealloc

Detailed Description

A pair of WrapperFunctionCalls, one to be run at finalization time, one to be run at deallocation time.

AllocActionCallPairs should be constructed for paired operations (e.g. __register_ehframe and __deregister_ehframe for eh-frame registration). See comments for AllocActions for execution ordering.

For unpaired operations one or the other member can be left unused, as AllocationActionCalls with an FnAddr of zero will be skipped.

Definition at line 37 of file AllocationActions.h.

Member Data Documentation

◆ Dealloc

◆ Finalize


The documentation for this struct was generated from the following file: