LLVM API Documentation
#include <ELFYAML.h>
Public Member Functions | |
RawContentSection () | |
Static Public Member Functions | |
static bool | classof (const Section *S) |
Public Attributes | |
yaml::BinaryRef | Content |
llvm::yaml::Hex64 | Size |
llvm::ELFYAML::RawContentSection::RawContentSection | ( | ) | [inline] |
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.
Definition at line 86 of file ELFYAML.h.
Referenced by llvm::yaml::sectionMapping().
llvm::yaml::Hex64 llvm::ELFYAML::RawContentSection::Size |
Definition at line 87 of file ELFYAML.h.
Referenced by llvm::yaml::sectionMapping().