LLVM API Documentation

llvm::DIEAbbrevData Class Reference

Collaboration diagram for llvm::DIEAbbrevData:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 DIEAbbrevData (unsigned A, unsigned F)
unsigned getAttribute () const
unsigned getForm () const
bool operator== (const DIEAbbrevData &DAD) const
bool operator!= (const DIEAbbrevData &DAD) const
bool operator< (const DIEAbbrevData &DAD) const

Detailed Description

Definition at line 96 of file DwarfWriter.cpp.


Constructor & Destructor Documentation

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

Definition at line 102 of file DwarfWriter.cpp.


Member Function Documentation

unsigned llvm::DIEAbbrevData::getAttribute (  )  const [inline]

Definition at line 108 of file DwarfWriter.cpp.

unsigned llvm::DIEAbbrevData::getForm (  )  const [inline]

Definition at line 109 of file DwarfWriter.cpp.

bool llvm::DIEAbbrevData::operator!= ( const DIEAbbrevData DAD  )  const [inline]

operator!= - Used by DIEAbbrev to locate entry.

Definition at line 119 of file DwarfWriter.cpp.

References Attribute, and Form.

bool llvm::DIEAbbrevData::operator< ( const DIEAbbrevData DAD  )  const [inline]

operator< - Used by DIEAbbrev to locate entry.

Definition at line 125 of file DwarfWriter.cpp.

References Attribute, and Form.

bool llvm::DIEAbbrevData::operator== ( const DIEAbbrevData DAD  )  const [inline]

operator== - Used by DIEAbbrev to locate entry.

Definition at line 113 of file DwarfWriter.cpp.

References Attribute, and Form.


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