Lines Matching refs:DWARFDebugInfoEntry
31 class DWARFDebugInfoEntry {
33 typedef std::vector<DWARFDebugInfoEntry> collection;
37 DWARFDebugInfoEntry() in DWARFDebugInfoEntry() function
41 bool operator==(const DWARFDebugInfoEntry &rhs) const;
42 bool operator!=(const DWARFDebugInfoEntry &rhs) const;
126 DWARFDebugInfoEntry *GetParent() { in GetParent()
129 const DWARFDebugInfoEntry *GetParent() const { in GetParent()
134 DWARFDebugInfoEntry *GetSibling() { in GetSibling()
137 const DWARFDebugInfoEntry *GetSibling() const { in GetSibling()
143 DWARFDebugInfoEntry *GetFirstChild() { in GetFirstChild()
146 const DWARFDebugInfoEntry *GetFirstChild() const { in GetFirstChild()
166 GetDWARFDeclContextStatic(const DWARFDebugInfoEntry *die, DWARFUnit *cu);