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

References

lib/ObjectYAML/DWARFEmitter.cpp
   83     for (auto Attr : AbbrevDecl.Attributes) {
lib/ObjectYAML/DWARFVisitor.cpp
   57       auto AbbrForm = Abbrev.Attributes.begin();
   59            FormVal != Entry.Values.end() && AbbrForm != Abbrev.Attributes.end();
lib/ObjectYAML/DWARFYAML.cpp
   49   IO.mapRequired("Attributes", Abbrev.Attributes);
tools/obj2yaml/dwarf2yaml.cpp
   42           Abbrv.Attributes.push_back(AttAbrv);