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 97 of file DwarfWriter.cpp.
| llvm::DIEAbbrevData::DIEAbbrevData | ( | unsigned | A, | |
| unsigned | F | |||
| ) | [inline] |
Definition at line 103 of file DwarfWriter.cpp.
| unsigned llvm::DIEAbbrevData::getAttribute | ( | ) | const [inline] |
Definition at line 109 of file DwarfWriter.cpp.
| unsigned llvm::DIEAbbrevData::getForm | ( | ) | const [inline] |
Definition at line 110 of file DwarfWriter.cpp.
| bool llvm::DIEAbbrevData::operator== | ( | const DIEAbbrevData & | DAD | ) | const [inline] |
operator== - Used by DIEAbbrev to locate entry.
Definition at line 114 of file DwarfWriter.cpp.
| bool llvm::DIEAbbrevData::operator!= | ( | const DIEAbbrevData & | DAD | ) | const [inline] |
operator!= - Used by DIEAbbrev to locate entry.
Definition at line 120 of file DwarfWriter.cpp.
| bool llvm::DIEAbbrevData::operator< | ( | const DIEAbbrevData & | DAD | ) | const [inline] |
operator< - Used by DIEAbbrev to locate entry.
Definition at line 126 of file DwarfWriter.cpp.