Constructors
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...
| Name | Description |
|---|---|
| SectionP | Opaque format-specific section handle. |
| Owner | Object file that owns the section. |