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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  415       if (abbrevDecl) {
  416         s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag()));
  417         s.Printf(" [%u] %c\n", abbrCode, abbrevDecl->HasChildren() ? '*' : ' ');
  420         const uint32_t numAttributes = abbrevDecl->NumAttributes();
  424           abbrevDecl->GetAttrAndFormValueByIndex(i, attr, form_value);