|
LLVM
4.0.0
|
Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation. More...
#include <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 |
|
inline |
|
inline |
|
inline |
Definition at line 67 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit().
|
inline |
Definition at line 68 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit().
| 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 40 of file DIE.cpp.
References llvm::FoldingSetNodeID::AddInteger().
1.8.6