|
LLVM
3.7.0
|
DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation. More...
#include <DIE.h>
Public Member Functions | |
| DIEAbbrevData (dwarf::Attribute A, dwarf::Form F) | |
| dwarf::Attribute | getAttribute () const |
| dwarf::Form | getForm () const |
| void | Profile (FoldingSetNodeID &ID) const |
| Profile - Used to gather unique data for the abbreviation folding set. More... | |
DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation.
|
inline |
|
inline |
Definition at line 48 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit().
|
inline |
Definition at line 49 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit().
| void DIEAbbrevData::Profile | ( | FoldingSetNodeID & | ID | ) | const |
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