struct RuntimeDyldMachO::EHFrameRelatedSections

Declaration

struct RuntimeDyldMachO::EHFrameRelatedSections { /* full declaration omitted */ };

Declared at: llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h:33

Member Variables

public llvm::RuntimeDyldImpl::SID EHFrameSID
public llvm::RuntimeDyldImpl::SID TextSID
public llvm::RuntimeDyldImpl::SID ExceptTabSID

Method Overview

Methods

EHFrameRelatedSections()

Declared at: llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h:34

EHFrameRelatedSections(
    llvm::RuntimeDyldImpl::SID EH,
    llvm::RuntimeDyldImpl::SID T,
    llvm::RuntimeDyldImpl::SID Ex)

Declared at: llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h:39

Parameters

llvm::RuntimeDyldImpl::SID EH
llvm::RuntimeDyldImpl::SID T
llvm::RuntimeDyldImpl::SID Ex