LLVM API Documentation
#include <DIE.h>
Public Member Functions | |
| DIEAbbrevData (uint16_t A, uint16_t F) | |
| uint16_t | getAttribute () const |
| uint16_t | getForm () const |
| void | Profile (FoldingSetNodeID &ID) const |
DIEAbbrevData - Dwarf abbreviation data, describes the one attribute of a Dwarf abbreviation.
| llvm::DIEAbbrevData::DIEAbbrevData | ( | uint16_t | A, |
| uint16_t | F | ||
| ) | [inline] |
| uint16_t llvm::DIEAbbrevData::getAttribute | ( | ) | const [inline] |
Definition at line 43 of file DIE.h.
Referenced by llvm::DIEAbbrev::Emit().
| uint16_t llvm::DIEAbbrevData::getForm | ( | ) | const [inline] |
Definition at line 44 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 34 of file DIE.cpp.
References llvm::FoldingSetNodeID::AddInteger().