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

#include <COFFYAML.h>

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

Public Member Functions

 Section ()
 

Public Attributes

COFF::section Header
 
unsigned Alignment
 
yaml::BinaryRef SectionData
 
std::vector< RelocationRelocations
 
StringRef Name
 

Detailed Description

Definition at line 55 of file COFFYAML.h.

Constructor & Destructor Documentation

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

Definition at line 20 of file COFFYAML.cpp.

References Header.

Member Data Documentation

unsigned llvm::COFFYAML::Section::Alignment

Definition at line 57 of file COFFYAML.h.

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

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

Definition at line 56 of file COFFYAML.h.

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

StringRef llvm::COFFYAML::Section::Name

Definition at line 60 of file COFFYAML.h.

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

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

Definition at line 59 of file COFFYAML.h.

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

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

Definition at line 58 of file COFFYAML.h.

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


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