LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::COFFYAML::Section Struct Reference

#include <COFFYAML.h>

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

Public Member Functions

 Section ()
 

Public Attributes

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

Detailed Description

Definition at line 44 of file COFFYAML.h.

Constructor & Destructor Documentation

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

Definition at line 20 of file COFFYAML.cpp.

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

Member Data Documentation

unsigned llvm::COFFYAML::Section::Alignment

Definition at line 46 of file COFFYAML.h.

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

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

Definition at line 45 of file COFFYAML.h.

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

StringRef llvm::COFFYAML::Section::Name

Definition at line 49 of file COFFYAML.h.

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

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

Definition at line 48 of file COFFYAML.h.

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

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

Definition at line 47 of file COFFYAML.h.

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


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