LLVM: llvm::XCOFFYAML::Section Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/XCOFFYAML.h](XCOFFYAML%5F8h%5Fsource.html)"

Public Attributes
StringRef SectionName
llvm::yaml::Hex64 Address
llvm::yaml::Hex64 Size
llvm::yaml::Hex64 FileOffsetToData
llvm::yaml::Hex64 FileOffsetToRelocations
llvm::yaml::Hex64 FileOffsetToLineNumbers
llvm::yaml::Hex16 NumberOfRelocations
llvm::yaml::Hex16 NumberOfLineNumbers
uint32_t Flags
std::optional< XCOFF::DwarfSectionSubtypeFlags > SectionSubtype
yaml::BinaryRef SectionData
std::vector< Relocation > Relocations

Definition at line 72 of file XCOFFYAML.h.

Address

llvm::yaml::Hex64 llvm::XCOFFYAML::Section::Address

FileOffsetToData

llvm::yaml::Hex64 llvm::XCOFFYAML::Section::FileOffsetToData

FileOffsetToLineNumbers

llvm::yaml::Hex64 llvm::XCOFFYAML::Section::FileOffsetToLineNumbers

FileOffsetToRelocations

llvm::yaml::Hex64 llvm::XCOFFYAML::Section::FileOffsetToRelocations

Flags

uint32_t llvm::XCOFFYAML::Section::Flags

NumberOfLineNumbers

llvm::yaml::Hex16 llvm::XCOFFYAML::Section::NumberOfLineNumbers

NumberOfRelocations

llvm::yaml::Hex16 llvm::XCOFFYAML::Section::NumberOfRelocations

Relocations

std::vector<Relocation> llvm::XCOFFYAML::Section::Relocations

SectionData

SectionName

StringRef llvm::XCOFFYAML::Section::SectionName

SectionSubtype

Size

llvm::yaml::Hex64 llvm::XCOFFYAML::Section::Size


The documentation for this struct was generated from the following file: