Lines Matching defs:DWARFDebugInfoEntry
1 //===-- DWARFDebugInfoEntry.h -----------------------------------*- C++ -*-===//
31 /// DWARFDebugInfoEntry objects assume that they are living in one big
35 class DWARFDebugInfoEntry {
37 typedef std::vector<DWARFDebugInfoEntry> collection;
41 DWARFDebugInfoEntry()
46 bool operator==(const DWARFDebugInfoEntry &rhs) const;
47 bool operator!=(const DWARFDebugInfoEntry &rhs) const;
136 DWARFDebugInfoEntry *GetParent() {
139 const DWARFDebugInfoEntry *GetParent() const {
144 DWARFDebugInfoEntry *GetSibling() {
147 const DWARFDebugInfoEntry *GetSibling() const {
153 DWARFDebugInfoEntry *GetFirstChild() {
156 const DWARFDebugInfoEntry *GetFirstChild() const {