LLVM 19.0.0git
Public Attributes | List of all members
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 35 of file AllocationActions.h.

Member Data Documentation

◆ Dealloc

WrapperFunctionCall llvm::orc::shared::AllocActionCallPair::Dealloc

◆ Finalize

WrapperFunctionCall llvm::orc::shared::AllocActionCallPair::Finalize

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