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

#include "llvm/ObjectYAML/ELFYAML.h"

Inheritance diagram for llvm::ELFYAML::Section:
Inheritance graph
[legend]
Collaboration diagram for llvm::ELFYAML::Section:
Collaboration graph
[legend]

Public Types

enum  SectionKind {
  SectionKind::Group, SectionKind::RawContent, SectionKind::Relocation, SectionKind::NoBits,
  SectionKind::MipsABIFlags
}
 

Public Member Functions

 Section (SectionKind Kind)
 
virtual ~Section ()
 

Public Attributes

SectionKind Kind
 
StringRef Name
 
ELF_SHT Type
 
ELF_SHF Flags
 
llvm::yaml::Hex64 Address
 
StringRef Link
 
StringRef Info
 
llvm::yaml::Hex64 AddressAlign
 
Optional< llvm::yaml::Hex64 > EntSize
 

Detailed Description

Definition at line 111 of file ELFYAML.h.

Member Enumeration Documentation

◆ SectionKind

Enumerator
Group 
RawContent 
Relocation 
NoBits 
MipsABIFlags 

Definition at line 112 of file ELFYAML.h.

Constructor & Destructor Documentation

◆ Section()

llvm::ELFYAML::Section::Section ( SectionKind  Kind)
inline

Definition at line 129 of file ELFYAML.h.

◆ ~Section()

llvm::ELFYAML::Section::~Section ( )
virtualdefault

Member Data Documentation

◆ Address

llvm::yaml::Hex64 llvm::ELFYAML::Section::Address

Definition at line 123 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ AddressAlign

llvm::yaml::Hex64 llvm::ELFYAML::Section::AddressAlign

Definition at line 126 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ EntSize

Optional<llvm::yaml::Hex64> llvm::ELFYAML::Section::EntSize

Definition at line 127 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ Flags

ELF_SHF llvm::ELFYAML::Section::Flags

Definition at line 122 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ Info

StringRef llvm::ELFYAML::Section::Info

Definition at line 125 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ Kind

SectionKind llvm::ELFYAML::Section::Kind

◆ Link

StringRef llvm::ELFYAML::Section::Link

Definition at line 124 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ Name

StringRef llvm::ELFYAML::Section::Name

Definition at line 120 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ Type

ELF_SHT llvm::ELFYAML::Section::Type

Definition at line 121 of file ELFYAML.h.

Referenced by llvm::yaml::commonSectionMapping().


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