index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
DebugInfo
/
DWARF
/
DWARFDie.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
1
-9
/
+32
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-68
/
+30
*
Add the ability to iterate across all attributes in a DIE.
Greg Clayton
2017-01-13
1
-0
/
+50
*
Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...
Greg Clayton
2017-01-11
1
-41
/
+4
*
Add iterator support to DWARFDie to allow child DIE iteration.
Greg Clayton
2017-01-05
1
-4
/
+1
*
Add the ability for DWARFDie objects to get the parent DWARFDie.
Greg Clayton
2016-12-21
1
-0
/
+11
*
Make a function to correctly extract the DW_AT_high_pc given the low pc value.
Greg Clayton
2016-12-19
1
-13
/
+22
*
Add the ability to get attribute values as Optional<T>
Greg Clayton
2016-12-14
1
-48
/
+78
*
Switch functions that returned bool and filled in a DWARFFormValue arg with o...
Greg Clayton
2016-12-13
1
-24
/
+24
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-0
/
+391