aboutsummaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.cpp
AgeCommit message (Expand)Author
2011-09-21DWARF: avoid unnecessary map lookups.Benjamin Kramer
2011-09-15DWARF: Reset the state after parsing a line table prologue and remove an unne...Benjamin Kramer
2011-09-15DWARF: Put all the pieces we have together and provide a single accessor to D...Benjamin Kramer
2011-09-15DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer
2011-09-15Give structs with virtual methods a virtual destructor.Nick Lewycky
2011-09-15DWARF: Silence GCC -Wsign-compare warning.Benjamin Kramer
2011-09-15DWARF: Include <algorithm> explicitly.Benjamin Kramer
2011-09-15DWARF: Add basic support for line tables.Benjamin Kramer