struct Section
Declaration
struct Section { /* full declaration omitted */ };
Declared at: llvm/include/llvm/ObjectYAML/COFFYAML.h:69
Member Variables
- public COFF::section Header
- public unsigned int Alignment = 0
- public yaml::BinaryRef SectionData
- public std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS
- public std::vector<CodeViewYAML::LeafRecord> DebugT
- public std::vector<CodeViewYAML::LeafRecord> DebugP
- public Optional<CodeViewYAML::DebugHSection> DebugH
- public std::vector<Relocation> Relocations
- public llvm::StringRef Name
Method Overview
- public Section()
Methods
ΒΆSection()
Section()
Declared at: llvm/include/llvm/ObjectYAML/COFFYAML.h:80