summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-0/+14
* dwarfgen: Don't create an AsmPrinter with an invalid ObjFile loweringPavel Labath2018-07-261-2/+2
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-11/+0
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-0/+11
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-11/+0
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-0/+11
* Fix Wdocumentation warnings. NFCI.Simon Pilgrim2018-05-141-1/+1
* [DWARF] Remove unused member and fix(?) the unit-tests on big endian hostsJames Henderson2018-05-101-5/+3
* [DWARF] DwarfGenerator.h LineTable: explicitly mark DG as unusedRoman Lebedev2018-05-101-1/+1
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-1/+78
* Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...George Rimar2017-06-281-0/+1
* Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar2017-06-281-1/+0
* [ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar2017-06-281-0/+1
* Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...David Blaikie2017-04-221-1/+1
* [DWARF] NFC. A few bits of minor code cleanup.Chris Bieneman2017-03-061-3/+0
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-051-0/+3
* Fix memory leak in unit test.Benjamin Kramer2016-12-091-2/+2
* Fix ASAN buildbots by fixing a double free crash.Greg Clayton2016-12-081-1/+1
* DIE::addAttribute(): Prune a redundant \param. [-Wdocumentation]NAKAMURA Takumi2016-12-081-1/+1
* Move DwarfGenerator.cpp to unittestsDaniel Jasper2016-12-081-0/+231
OpenPOWER on IntegriCloud