Home | History | Annotate | Download | only in DebugInfo

Lines Matching refs:DWARFDebugInfoEntryMinimal

25 /// DWARFDebugInfoEntryMinimal - A DIE with only the minimum required data.
26 class DWARFDebugInfoEntryMinimal {
39 DWARFDebugInfoEntryMinimal()
72 DWARFDebugInfoEntryMinimal *getParent() {
75 const DWARFDebugInfoEntryMinimal *getParent() const {
80 DWARFDebugInfoEntryMinimal *getSibling() {
83 const DWARFDebugInfoEntryMinimal *getSibling() const {
89 DWARFDebugInfoEntryMinimal *getFirstChild() {
92 const DWARFDebugInfoEntryMinimal *getFirstChild() const {
96 void setParent(DWARFDebugInfoEntryMinimal *parent) {
104 void setSibling(DWARFDebugInfoEntryMinimal *sibling) {
165 typedef SmallVector<DWARFDebugInfoEntryMinimal, 4> InlinedChain;