summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-8/+5
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-5/+8
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-8/+5
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-5/+8
* Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-8/+5
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-5/+8
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-6/+6
* Revert r303159 "[DWARF] - Use DWARFAddressRange struct instead of uint64_t pa...George Rimar2017-05-161-6/+6
* [DWARF] - Use DWARFAddressRange struct instead of uint64_t pair for DWARFAddr...George Rimar2017-05-161-6/+6
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-191-26/+0
* Revert r300697 which causes buildbot failure.Dehao Chen2017-04-191-0/+26
* Using address range map to speedup finding inline stack for address.Dehao Chen2017-04-191-26/+0
* Add GNU_discriminator support for inline callsites in llvm-symbolizer.Dehao Chen2017-04-171-1/+3
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-131-22/+10
* [DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-02-271-12/+17
* [DebugInfo] Skip implicit_const attributes when dumping .debug_info. NFC.Victor Leschuk2017-02-251-0/+6
* Get function start line number from DWARF infoDavid Blaikie2017-02-061-0/+4
* Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...Greg Clayton2017-01-131-9/+32
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-131-68/+30
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-131-0/+50
* Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...Greg Clayton2017-01-111-41/+4
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-051-4/+1
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-211-0/+11
* Make a function to correctly extract the DW_AT_high_pc given the low pc value.Greg Clayton2016-12-191-13/+22
* Add the ability to get attribute values as Optional<T>Greg Clayton2016-12-141-48/+78
* Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton2016-12-131-24/+24
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-131-0/+391
OpenPOWER on IntegriCloud