LLVM API Documentation

Public Member Functions
llvm::DIEAbbrevData Class Reference

#include <DIE.h>

List of all members.

Public Member Functions

 DIEAbbrevData (dwarf::Attribute A, dwarf::Form F)
dwarf::Attribute getAttribute () const
dwarf::Form getForm () const
void Profile (FoldingSetNodeID &ID) const

Detailed Description

DIEAbbrevData - Dwarf abbreviation data, describes one attribute of a Dwarf abbreviation.

Definition at line 32 of file DIE.h.


Constructor & Destructor Documentation

Definition at line 42 of file DIE.h.


Member Function Documentation

Definition at line 45 of file DIE.h.

Referenced by llvm::DIEAbbrev::Emit().

Definition at line 46 of file DIE.h.

Referenced by llvm::DIEAbbrev::Emit().

Profile - Used to gather unique data for the abbreviation folding set.

Definition at line 37 of file DIE.cpp.

References llvm::FoldingSetNodeID::AddInteger().


The documentation for this class was generated from the following files: