LLVM API Documentation
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 |
Definition at line 96 of file DwarfWriter.cpp.
llvm::DIEAbbrevData::DIEAbbrevData | ( | unsigned | A, | |
unsigned | F | |||
) | [inline] |
Definition at line 102 of file DwarfWriter.cpp.
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.
bool llvm::DIEAbbrevData::operator< | ( | const DIEAbbrevData & | DAD | ) | const [inline] |
operator< - Used by DIEAbbrev to locate entry.
Definition at line 125 of file DwarfWriter.cpp.
bool llvm::DIEAbbrevData::operator== | ( | const DIEAbbrevData & | DAD | ) | const [inline] |
operator== - Used by DIEAbbrev to locate entry.
Definition at line 113 of file DwarfWriter.cpp.