summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugLine.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-191-238/+0
* Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...Frederic Riss2014-09-191-1/+7
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.Alexey Samsonov2014-05-151-1/+2
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-301-35/+19
* [DWARF parser] Cleanup code in DWARFDebugLine.Alexey Samsonov2014-04-291-32/+18
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-1/+1
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-241-2/+6
* Support DWARF discriminators in object streamer.Diego Novillo2014-02-141-0/+3
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-261-0/+4
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+4
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-301-0/+8
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-071-6/+55
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-4/+3
* DWARF: Remove accessors that parse the whole line table section in one go, th...Benjamin Kramer2011-09-151-9/+3
* Give structs with virtual methods a virtual destructor.Nick Lewycky2011-09-151-0/+2
* DWARF: Fix indentation.Benjamin Kramer2011-09-151-2/+1
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-0/+195
OpenPOWER on IntegriCloud