summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugLine.h
Commit message (Collapse)AuthorAgeFilesLines
* DWARF: Remove accessors that parse the whole line table section in one go, ↵Benjamin Kramer2011-09-151-9/+3
| | | | | | | | this can't possibly work. The address size is specified by the compile unit associated with a line table, there is no global address size. llvm-svn: 139835
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-151-0/+2
| | | | llvm-svn: 139776
* DWARF: Fix indentation.Benjamin Kramer2011-09-151-2/+1
| | | | llvm-svn: 139774
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-0/+195
The llvm-dwarfdump output isn't very verbose yet. llvm-svn: 139771
OpenPOWER on IntegriCloud