Searched defs:DWARFDebugInfoEntryMinimal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h25 /// DWARFDebugInfoEntryMinimal - A DIE with only the minimum required data.
26 class DWARFDebugInfoEntryMinimal { class in namespace:llvm
39 DWARFDebugInfoEntryMinimal() function in class:llvm::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 *paren
[all...]

Completed in 36 milliseconds