search for: d32167

Displaying 1 result from an estimated 1 matches for "d32167".

Did you mean: 32167
2018 Apr 13
1
Handling DWARF "units"
Currently, LLVM's DWARF parser keeps Compile Units and Type Units on separate lists, basically organizing them by ELF section. This works okay for DWARF v4, because Type Units are in .debug_types (possibly in individual COMDATs) and everything else is in the .debug_info section (without COMDATs). The two lists conveniently can be templated/typed with DWARFTypeUnit and DWARFCompileUnit. In