summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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