LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::COFFYAML::Section Struct Reference

#include "llvm/ObjectYAML/COFFYAML.h"

Public Member Functions

 Section ()
 

Public Attributes

COFF::section Header
 
unsigned Alignment = 0
 
yaml::BinaryRef SectionData
 
std::vector< CodeViewYAML::YAMLDebugSubsectionDebugS
 
std::vector< CodeViewYAML::LeafRecordDebugT
 
std::vector< CodeViewYAML::LeafRecordDebugP
 
std::optional< CodeViewYAML::DebugHSectionDebugH
 
std::vector< SectionDataEntryStructuredData
 
std::vector< RelocationRelocations
 
StringRef Name
 

Detailed Description

Definition at line 80 of file COFFYAML.h.

Constructor & Destructor Documentation

◆ Section()

llvm::COFFYAML::Section::Section ( )

Definition at line 25 of file COFFYAML.cpp.

References Header.

Member Data Documentation

◆ Alignment

unsigned llvm::COFFYAML::Section::Alignment = 0

Definition at line 82 of file COFFYAML.h.

Referenced by llvm::yaml::MappingTraits< COFFYAML::Section >::mapping().

◆ DebugH

std::optional<CodeViewYAML::DebugHSection> llvm::COFFYAML::Section::DebugH

◆ DebugP

std::vector<CodeViewYAML::LeafRecord> llvm::COFFYAML::Section::DebugP

◆ DebugS

std::vector<CodeViewYAML::YAMLDebugSubsection> llvm::COFFYAML::Section::DebugS

◆ DebugT

std::vector<CodeViewYAML::LeafRecord> llvm::COFFYAML::Section::DebugT

◆ Header

COFF::section llvm::COFFYAML::Section::Header

◆ Name

StringRef llvm::COFFYAML::Section::Name

◆ Relocations

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

◆ SectionData

yaml::BinaryRef llvm::COFFYAML::Section::SectionData

◆ StructuredData

std::vector<SectionDataEntry> llvm::COFFYAML::Section::StructuredData

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