llvm-6502/include/llvm/DebugInfo
Frederic Riss 33c9f17f2c Add DWARFUnit::getNumDIEs() and getDIEIndex()
Parsed DIEs are stored in a vector and that makes it easy to get their
indices. Having easy access to a DIE's index makes it possible to use
arrays or vectors to efficiently store/access DIE related information.

There's no test for that new functionality (I don't see how to test
it standalone), but it'll be used in a subsequent dsymutil commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227381 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-28 22:15:07 +00:00
..
DIContext.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
DWARFAbbreviationDeclaration.h
DWARFAcceleratorTable.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
DWARFCompileUnit.h
DWARFContext.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
DWARFDebugAbbrev.h
DWARFDebugAranges.h
DWARFDebugArangeSet.h
DWARFDebugFrame.h
DWARFDebugInfoEntry.h
DWARFDebugLine.h
DWARFDebugLoc.h
DWARFDebugRangeList.h
DWARFFormValue.h
DWARFRelocMap.h
DWARFSection.h
DWARFTypeUnit.h
DWARFUnit.h Add DWARFUnit::getNumDIEs() and getDIEIndex() 2015-01-28 22:15:07 +00:00