ΒΆllvm::jitlink::LinkGraphPassFunction
createEHFrameRecorderPass(
    const llvm::Triple& TT,
    llvm::jitlink::StoreFrameRangeFunction
        StoreFrameRange)

Description

Creates a pass that records the address and size of the EH frame section. If no eh-frame section is found then the address and size will both be given as zero. Authors of JITLinkContexts can use this function to register a post-fixup pass that records the range of the eh-frame section. This range can be used after finalization to register and deregister the frame.

Declared at: llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h:51

Parameters

const llvm::Triple& TT
llvm::jitlink::StoreFrameRangeFunction StoreFrameRange