LLVM API Documentation
#include <DwarfAccelTable.h>
Public Member Functions | |
HashDataContents (DIE *D, char Flags) | |
void | print (raw_ostream &O) const |
Public Attributes | |
DIE * | Die |
char | Flags |
Definition at line 167 of file DwarfAccelTable.h.
|
inline |
Definition at line 171 of file DwarfAccelTable.h.
|
inline |
Definition at line 173 of file DwarfAccelTable.h.
References Die, Flags, llvm::DIE::getOffset(), llvm::DIE::getTag(), and llvm::dwarf::TagString().
DIE* llvm::DwarfAccelTable::HashDataContents::Die |
Definition at line 168 of file DwarfAccelTable.h.
Referenced by compareDIEs(), and print().
char llvm::DwarfAccelTable::HashDataContents::Flags |
Definition at line 169 of file DwarfAccelTable.h.
Referenced by print().