Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lvm-dwarfdump: Stop counting out-of-line subprogram in the "inlined ↵ | Caroline Tice | 2019-02-08 | 1 | -1/+1 |
| | | | | | | | | | | functions" statistic. DW_TAG_subprogram DIEs should not be counted in the inlined function statistic. This also addresses the source variables count, as that uses the inlined function count in its calculations. Differential revision: https://reviews.llvm.org/D57849 llvm-svn: 353491 | ||||
* | llvm-dwarfdump --statistics: Unique abstract origins across multiple CUs. | Adrian Prantl | 2018-09-21 | 1 | -0/+193 |
Instead of indexing local variables by DIE offset, use the variable name + the path through the lexical block tree. This makes the lookup key consistent across duplicate abstract origins in different CUs. llvm-svn: 342776 |