LLVM API Documentation

Public Member Functions
llvm::DIEAbbrevData Class Reference

#include <DIE.h>

List of all members.

Public Member Functions

 DIEAbbrevData (uint16_t A, uint16_t F)
uint16_t getAttribute () const
uint16_t getForm () const
void Profile (FoldingSetNodeID &ID) const

Detailed Description

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

Definition at line 31 of file DIE.h.


Constructor & Destructor Documentation

llvm::DIEAbbrevData::DIEAbbrevData ( uint16_t  A,
uint16_t  F 
) [inline]

Definition at line 40 of file DIE.h.


Member Function Documentation

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().


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