Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D114746
Change Details
Change Details
Old
New
Diff
This patch generalizes the ParsedDWARFTypeAttributes struct to be able to share with other DWARF parsers other than clang.
This patch generalizes the ParsedDWARFTypeAttributes struct to be able to share with other DWARF parsers other than clang. This patch also reduces the memory footprint of the struct by using bit flags instead of individual booleans.
This patch generalizes the ParsedDWARFTypeAttributes struct to be able to share with other DWARF parsers other than clang
. This patch also reduces the memory footprint of the struct by using bit flags instead of individual booleans
.
Continue