LLVM API Documentation
#include <ELFYAML.h>
Public Member Functions | |
RelocationSection () | |
Static Public Member Functions | |
static bool | classof (const Section *S) |
Public Attributes | |
StringRef | Info |
std::vector< Relocation > | Relocations |
llvm::ELFYAML::RelocationSection::RelocationSection | ( | ) | [inline] |
static bool llvm::ELFYAML::RelocationSection::classof | ( | const Section * | S | ) | [inline, static] |
Definition at line 103 of file ELFYAML.h.
References llvm::ELFYAML::Section::Kind, and llvm::ELFYAML::Section::Relocation.
Definition at line 100 of file ELFYAML.h.
Referenced by llvm::yaml::sectionMapping().
std::vector<Relocation> llvm::ELFYAML::RelocationSection::Relocations |
Definition at line 101 of file ELFYAML.h.
Referenced by llvm::yaml::sectionMapping().