Lines Matching refs:DWARF
91 void MappingTraits<DWARFYAML::Data>::mapping(IO &IO, DWARFYAML::Data &DWARF) { in mapping() argument
95 IO.mapOptional("debug_str", DWARF.DebugStrings); in mapping()
96 IO.mapOptional("debug_abbrev", DWARF.DebugAbbrev); in mapping()
97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping()
98 IO.mapOptional("debug_ranges", DWARF.DebugRanges); in mapping()
99 IO.mapOptional("debug_pubnames", DWARF.PubNames); in mapping()
100 IO.mapOptional("debug_pubtypes", DWARF.PubTypes); in mapping()
102 IO.mapOptional("debug_gnu_pubnames", DWARF.GNUPubNames); in mapping()
103 IO.mapOptional("debug_gnu_pubtypes", DWARF.GNUPubTypes); in mapping()
104 IO.mapOptional("debug_info", DWARF.CompileUnits); in mapping()
105 IO.mapOptional("debug_line", DWARF.DebugLines); in mapping()
106 IO.mapOptional("debug_addr", DWARF.DebugAddr); in mapping()
107 IO.mapOptional("debug_str_offsets", DWARF.DebugStrOffsets); in mapping()
108 IO.mapOptional("debug_rnglists", DWARF.DebugRnglists); in mapping()
109 IO.mapOptional("debug_loclists", DWARF.DebugLoclists); in mapping()
110 IO.mapOptional("debug_names", DWARF.DebugNames); in mapping()