1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/include/llvm/DebugInfo
Frederic Riss 49418e14c5 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.

llvm-svn: 227381
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 [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFAcceleratorTable.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
DWARFCompileUnit.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFContext.h [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
DWARFDebugAbbrev.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugAranges.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugArangeSet.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugFrame.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugInfoEntry.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugLine.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugLoc.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFDebugRangeList.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFFormValue.h
DWARFRelocMap.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFSection.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFTypeUnit.h [DebugInfo] Move all DWARF headers to the public include directory. 2014-12-19 18:26:33 +00:00
DWARFUnit.h Add DWARFUnit::getNumDIEs() and getDIEIndex() 2015-01-28 22:15:07 +00:00