LLVM: llvm::orc::shared::AllocActionCallPair Struct Reference (original) (raw)

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

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 36 of file AllocationActions.h.