HomeSort by relevance Sort by last modified time
    Searched defs:DWARFDebugInfoEntryMinimal (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 28 /// DWARFDebugInfoEntryMinimal - A DIE with only the minimum required data.
29 class DWARFDebugInfoEntryMinimal {
38 DWARFDebugInfoEntryMinimal()
65 const DWARFDebugInfoEntryMinimal *getSibling() const {
72 const DWARFDebugInfoEntryMinimal *getFirstChild() const {
76 void setSibling(const DWARFDebugInfoEntryMinimal *Sibling) {
154 SmallVector<DWARFDebugInfoEntryMinimal, 4> DIEs;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugInfoEntry.h 23 /// DWARFDebugInfoEntryMinimal - A DIE with only the minimum required data.
24 class DWARFDebugInfoEntryMinimal {
37 DWARFDebugInfoEntryMinimal()
63 DWARFDebugInfoEntryMinimal *getParent() {
66 const DWARFDebugInfoEntryMinimal *getParent() const {
71 DWARFDebugInfoEntryMinimal *getSibling() {
74 const DWARFDebugInfoEntryMinimal *getSibling() const {
80 DWARFDebugInfoEntryMinimal *getFirstChild() {
83 const DWARFDebugInfoEntryMinimal *getFirstChild() const {
87 void setParent(DWARFDebugInfoEntryMinimal *parent)
    [all...]

Completed in 137 milliseconds