LLVM: llvm::COFFYAML::Section Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/COFFYAML.h](COFFYAML%5F8h%5Fsource.html)"
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| COFF::section | Header |
| unsigned | Alignment = 0 |
| yaml::BinaryRef | SectionData |
| std::vector< CodeViewYAML::YAMLDebugSubsection > | DebugS |
| std::vector< CodeViewYAML::LeafRecord > | DebugT |
| std::vector< CodeViewYAML::LeafRecord > | DebugP |
| std::optional< CodeViewYAML::DebugHSection > | DebugH |
| std::vector< SectionDataEntry > | StructuredData |
| std::vector< Relocation > | Relocations |
| StringRef | Name |
Definition at line 80 of file COFFYAML.h.
| llvm::COFFYAML::Section::Section | ( | ) |
|---|
◆ Alignment
unsigned llvm::COFFYAML::Section::Alignment = 0
◆ DebugH
◆ DebugP
◆ DebugS
◆ DebugT
◆ Header
◆ Name
◆ Relocations
std::vector<Relocation> llvm::COFFYAML::Section::Relocations
◆ SectionData
◆ StructuredData
The documentation for this struct was generated from the following files:
- include/llvm/ObjectYAML/COFFYAML.h
- lib/ObjectYAML/COFFYAML.cpp