llvm-6502/tools/dsymutil
Frederic Riss 3ddec31300 [dsymutil] Gather the DIE tree child->parent relationships.
The libDebugInfo DIE parsing doesn't store these relationships, we have to
recompute them. This commit introduces the CompileUnit bookkeeping class to
store this data. It will be expanded with more fields in the future.

No tests as this produces no visible output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227382 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-28 22:15:14 +00:00
..
BinaryHolder.cpp [dsymutil] Implement the BinaryHolder object and gain archive support. 2015-01-05 21:29:28 +00:00
BinaryHolder.h [dsymutil] Implement the BinaryHolder object and gain archive support. 2015-01-05 21:29:28 +00:00
CMakeLists.txt [dsymutil] Add DwarfLinker class. 2015-01-28 18:27:01 +00:00
DebugMap.cpp [dsymutil] Add the detected target triple to the debug map. 2015-01-19 23:33:14 +00:00
DebugMap.h [dsymutil] Add the detected target triple to the debug map. 2015-01-19 23:33:14 +00:00
dsymutil.cpp [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
dsymutil.h [dsymutil] Pass the verbosity flag down to the processing. NFC for now. 2014-12-16 20:22:11 +00:00
DwarfLinker.cpp [dsymutil] Gather the DIE tree child->parent relationships. 2015-01-28 22:15:14 +00:00
LLVMBuild.txt [dsymutil] Add DwarfLinker class. 2015-01-28 18:27:01 +00:00
MachODebugMapParser.cpp [dsymutil] Add the detected target triple to the debug map. 2015-01-19 23:33:14 +00:00
Makefile [dsymutil] Add DwarfLinker class. 2015-01-28 18:27:01 +00:00