reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ObjectYAML/MachOEmitter.cpp
  279             DWARFYAML::EmitDebugStr(OS, Obj.DWARF);
  281             DWARFYAML::EmitDebugAbbrev(OS, Obj.DWARF);
  283             DWARFYAML::EmitDebugAranges(OS, Obj.DWARF);
  285             DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubNames,
  288             DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubTypes,
  291             DWARFYAML::EmitDebugInfo(OS, Obj.DWARF);
  293             DWARFYAML::EmitDebugLine(OS, Obj.DWARF);
lib/ObjectYAML/MachOYAML.cpp
  107   Object.DWARF.IsLittleEndian = Object.IsLittleEndian;
  114   if(!Object.DWARF.isEmpty() || !IO.outputting())
  115     IO.mapOptional("DWARF", Object.DWARF);
tools/obj2yaml/macho2yaml.cpp
  200   if (auto Err = dwarf2yaml(*DICtx, Y->DWARF))