LLVM
8.0.1
|
Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation. More...
#include "llvm/CodeGen/DIE.h"
Public Member Functions | |
DIEAbbrevData (dwarf::Attribute A, dwarf::Form F) | |
DIEAbbrevData (dwarf::Attribute A, int64_t V) | |
void | Profile (FoldingSetNodeID &ID) const |
Used to gather unique data for the abbreviation folding set. More... | |
dwarf::Attribute | getAttribute () const |
Accessors. More... | |
dwarf::Form | getForm () const |
int64_t | getValue () const |
Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation.
|
inline |
Definition at line 60 of file DIE.h.
Referenced by llvm::DIEAbbrev::AddAttribute(), and llvm::DIEAbbrev::AddImplicitConstAttribute().
|
inline |
|
inline |
Accessors.
Definition at line 67 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit(), and llvm::DIEAbbrev::print().
|
inline |
Definition at line 68 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit(), and llvm::DIEAbbrev::print().
|
inline |
void DIEAbbrevData::Profile | ( | FoldingSetNodeID & | ID | ) | const |
Used to gather unique data for the abbreviation folding set.
Profile - Used to gather unique data for the abbreviation folding set.
Definition at line 43 of file DIE.cpp.
References llvm::FoldingSetNodeID::AddInteger().
Referenced by llvm::DIEAbbrev::AddImplicitConstAttribute(), getValue(), and llvm::DIEAbbrev::Profile().