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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  159           if (attributes.ExtractFormValueAtIndex(i, form_value))
  160             name = form_value.AsCString();
  164           if (attributes.ExtractFormValueAtIndex(i, form_value))
  165             is_declaration = form_value.Unsigned() != 0;
  176           if (attributes.ExtractFormValueAtIndex(i, form_value))
  177             mangled_cstr = form_value.AsCString();
  239           if (attributes.ExtractFormValueAtIndex(i, form_value))
  240             specification_die_form = form_value;