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

#include "llvm/ObjectYAML/ELFYAML.h"

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

Public Member Functions

 RawContentSection ()
 
- Public Member Functions inherited from llvm::ELFYAML::Section
 Section (SectionKind Kind)
 
virtual ~Section ()
 

Static Public Member Functions

static bool classof (const Section *S)
 

Public Attributes

yaml::BinaryRef Content
 
llvm::yaml::Hex64 Size
 
- Public Attributes inherited from llvm::ELFYAML::Section
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
 

Additional Inherited Members

- Public Types inherited from llvm::ELFYAML::Section
enum  SectionKind {
  SectionKind::Group, SectionKind::RawContent, SectionKind::Relocation, SectionKind::NoBits,
  SectionKind::MipsABIFlags
}
 

Detailed Description

Definition at line 132 of file ELFYAML.h.

Constructor & Destructor Documentation

◆ RawContentSection()

llvm::ELFYAML::RawContentSection::RawContentSection ( )
inline

Definition at line 136 of file ELFYAML.h.

Member Function Documentation

◆ classof()

static bool llvm::ELFYAML::RawContentSection::classof ( const Section S)
inlinestatic

Definition at line 138 of file ELFYAML.h.

References llvm::ELFYAML::Section::Kind.

Member Data Documentation

◆ Content

yaml::BinaryRef llvm::ELFYAML::RawContentSection::Content

Definition at line 133 of file ELFYAML.h.

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

◆ Size

llvm::yaml::Hex64 llvm::ELFYAML::RawContentSection::Size

Definition at line 134 of file ELFYAML.h.

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


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