llvm::object::SectionRef::SectionRef

Constructors

Synopses

Declared in <llvm/Object/ObjectFile.h>

Default-construct an empty section reference.

constexpr
SectionRef() = default;
» more...

Construct a SectionRef for SectionP in Owner.

SectionRef(
    DataRefImpl SectionP,
    ObjectFile const* Owner);
» more...

Parameters

NameDescription
SectionPOpaque format-specific section handle.
OwnerObject file that owns the section.