LLVM API Documentation
#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 |
DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation.
llvm::DIEAbbrevData::DIEAbbrevData | ( | dwarf::Attribute | A, |
dwarf::Form | F | ||
) | [inline] |
dwarf::Attribute llvm::DIEAbbrevData::getAttribute | ( | ) | const [inline] |
Definition at line 45 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit().
dwarf::Form llvm::DIEAbbrevData::getForm | ( | ) | const [inline] |
Definition at line 46 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 37 of file DIE.cpp.
References llvm::FoldingSetNodeID::AddInteger().