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

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h28 /// DWARFDebugInfoEntryMinimal - A DIE with only the minimum required data.
29 class DWARFDebugInfoEntryMinimal { class in namespace:llvm
38 DWARFDebugInfoEntryMinimal() function in class:llvm::DWARFDebugInfoEntryMinimal
65 const DWARFDebugInfoEntryMinimal *getSibling() const {
72 const DWARFDebugInfoEntryMinimal *getFirstChild() const {
76 void setSibling(const DWARFDebugInfoEntryMinimal *Sibling) {
151 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;

Completed in 61 milliseconds