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

References

lib/DebugInfo/DWARF/DWARFVerifier.cpp
  133   if (!DCtx.getDebugAbbrev()->getAbbreviationDeclarationSet(AbbrOffset))
  263   const DWARFObject &DObj = DCtx.getDWARFObj();
  266     NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev());
  268     NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO());
  275   const DWARFObject &DObj = DCtx.getDWARFObj();
  276   DWARFDataExtractor DebugInfoData(DObj, S, DCtx.isLittleEndian(), 0);
  294       Header.extract(DCtx, DebugInfoData, &OffsetStart, SectionKind);
  300             DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(),
  300             DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(),
  303             DObj.getLineSection(), DCtx.isLittleEndian(), false,
  314             DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(),
  314             DCtx, S, Header, DCtx.getDebugAbbrev(), &DObj.getRangesSection(),
  317             DObj.getLineSection(), DCtx.isLittleEndian(), false,
  339   const DWARFObject &DObj = DCtx.getDWARFObj();
  448   const DWARFObject &DObj = DCtx.getDWARFObj();
  473       DataExtractor Data(toStringRef(D), DCtx.isLittleEndian(), 0);
  487       if (auto DebugLoc = DCtx.getDebugLoc())
  532   const DWARFObject &DObj = DCtx.getDWARFObj();
  645     if (DCtx.getDIEForOffset(Pair.first))
  651       dump(DCtx.getDIEForOffset(Offset)) << '\n';
  659   for (const auto &CU : DCtx.compile_units()) {
  668     auto LineTable = DCtx.getLineTableForUnit(CU.get());
  669     if (LineTableOffset < DCtx.getDWARFObj().getLineSection().Data.size()) {
  701   for (const auto &CU : DCtx.compile_units()) {
  703     auto LineTable = DCtx.getLineTableForUnit(CU.get());
  794   if (const auto *F = DCtx.getDWARFObj().getFile()) {
  812   DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), *AccelSection,
  813                                       DCtx.isLittleEndian(), 0);
  880         auto Die = DCtx.getDIEForOffset(Offset);
  920   CUMap.reserve(DCtx.getNumCompileUnits());
  921   for (const auto &CU : DCtx.compile_units())
 1229     DWARFDie DIE = DCtx.getDIEForOffset(DIEOffset);
 1393     if (isVariableIndexable(Die, DCtx))
 1422   DWARFDataExtractor AccelSectionData(DCtx.getDWARFObj(), AccelSection,
 1423                                       DCtx.isLittleEndian(), 0);
 1451   for (const std::unique_ptr<DWARFUnit> &U : DCtx.compile_units()) {
 1463   const DWARFObject &D = DCtx.getDWARFObj();
 1464   DataExtractor StrData(D.getStrSection(), DCtx.isLittleEndian(), 0);