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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  798   if (!expected_header)
  799     return expected_header.takeError();
  808           expected_header->GetAbbrOffset());
  814       abbr->GetAbbreviationDeclarationSet(expected_header->GetAbbrOffset());
  819   if (expected_header->IsTypeUnit())
  821         new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, section));
  823       new DWARFCompileUnit(dwarf, uid, *expected_header, *abbrevs, section));