LLVM API Documentation

Public Member Functions | Static Public Member Functions | Public Attributes
llvm::ELFYAML::RawContentSection Struct Reference

#include <ELFYAML.h>

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

List of all members.

Public Member Functions

 RawContentSection ()

Static Public Member Functions

static bool classof (const Section *S)

Public Attributes

yaml::BinaryRef Content
llvm::yaml::Hex64 Size

Detailed Description

Definition at line 85 of file ELFYAML.h.


Constructor & Destructor Documentation

Definition at line 88 of file ELFYAML.h.


Member Function Documentation

static bool llvm::ELFYAML::RawContentSection::classof ( const Section S) [inline, static]

Definition at line 89 of file ELFYAML.h.

References llvm::ELFYAML::Section::Kind, and llvm::ELFYAML::Section::RawContent.


Member Data Documentation

Definition at line 86 of file ELFYAML.h.

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

Definition at line 87 of file ELFYAML.h.

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


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