Benjamin Kramer
c6cc58e703
Remove unnecessary copying or replace it with moves in a bunch of places.
...
NFC.
llvm-svn: 219061
2014-10-04 16:55:56 +00:00
Alexey Samsonov
4316df5921
[DWARF parser] Cleanup code in DWARFDebugAbbrev.
...
No functionality change.
llvm-svn: 207274
2014-04-25 21:10:56 +00:00
Alexey Samsonov
9a5c95ad3a
[DWARF parser] Simplify and re-format a method
...
llvm-svn: 207151
2014-04-24 22:41:09 +00:00
Craig Topper
2617dccea2
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
...
llvm-svn: 206252
2014-04-15 06:32:26 +00:00
Alexey Samsonov
1eabf98b32
[C++11] Convert DWARF parser to range-based for loops
...
llvm-svn: 203766
2014-03-13 07:52:54 +00:00
Benjamin Kramer
79730ad07d
Audited all the format strings in libDebugInfo and fixed those that didn't match the types.
...
llvm-svn: 143814
2011-11-05 16:01:13 +00:00
Benjamin Kramer
eaa7433c85
Style & indentation tweaks.
...
llvm-svn: 139646
2011-09-13 21:47:32 +00:00
Benjamin Kramer
aa2f78f5e6
Sketch out a DWARF parser.
...
This introduces a new library to LLVM: libDebugInfo. It will provide debug information
parsing to LLVM. Much of the design and some of the code is taken from the LLDB project.
It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an
object file. It can be used to write tests for DWARF input and output easily.
llvm-svn: 139627
2011-09-13 19:42:23 +00:00