aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2014-03-14Use ctor instead of initializer list to appease Windows buildbotsAlexey Samsonov1-1/+1
2014-03-14Use temporary instead of a local variable hereAlexey Samsonov1-2/+1
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-9/+10
2013-10-31DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak...Alexey Samsonov1-31/+45
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-9/+9
2011-09-15DWARF: Print the number for unknown abbrev fields.Benjamin Kramer1-5/+18
2011-09-15DWARF: Fail gracefully when encountering unknown values in an abbrev.Benjamin Kramer1-4/+9
2011-09-13Style & indentation tweaks.Benjamin Kramer1-2/+1
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-0/+66