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

References

lib/ObjectYAML/DWARFYAML.cpp
   33   if (!DWARF.PubTypes.Entries.empty() || !IO.outputting())
   34     IO.mapOptional("debug_pubtypes", DWARF.PubTypes);
lib/ObjectYAML/MachOEmitter.cpp
  288             DWARFYAML::EmitPubSection(OS, Obj.DWARF.PubTypes,
tools/obj2yaml/dwarf2yaml.cpp
  106   Y.PubTypes.IsGNUStyle = false;
  107   dumpPubSection(DCtx, Y.PubTypes, D.getPubtypesSection());