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

References

tools/obj2yaml/dwarf2yaml.cpp
   38           AttAbrv.Attribute = Attribute.Attr;
   39           AttAbrv.Form = Attribute.Form;
   40           if (AttAbrv.Form == dwarf::DW_FORM_implicit_const)
   41             AttAbrv.Value = Attribute.getImplicitConstValue();
   42           Abbrv.Attributes.push_back(AttAbrv);