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

#include "llvm/ObjectYAML/COFFYAML.h"

Collaboration diagram for llvm::COFFYAML::Section:
Collaboration graph
[legend]

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
 
Optional< CodeViewYAML::DebugHSectionDebugH
 
std::vector< RelocationRelocations
 
StringRef Name
 

Detailed Description

Definition at line 70 of file COFFYAML.h.

Constructor & Destructor Documentation

◆ Section()

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

Definition at line 26 of file COFFYAML.cpp.

References Header, and llvm::Intrinsic::memset.

Member Data Documentation

◆ Alignment

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

Definition at line 72 of file COFFYAML.h.

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

◆ DebugH

Optional<CodeViewYAML::DebugHSection> llvm::COFFYAML::Section::DebugH

Definition at line 77 of file COFFYAML.h.

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

◆ DebugP

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

Definition at line 76 of file COFFYAML.h.

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

◆ DebugS

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

Definition at line 74 of file COFFYAML.h.

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

◆ DebugT

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

Definition at line 75 of file COFFYAML.h.

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

◆ Header

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

◆ Name

StringRef llvm::COFFYAML::Section::Name

Definition at line 79 of file COFFYAML.h.

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

◆ Relocations

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

Definition at line 78 of file COFFYAML.h.

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

◆ SectionData

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

Definition at line 73 of file COFFYAML.h.

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


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