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

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  209   Hdr.dump(W);
  211   W.printNumber("DIE offset base", HdrData.DIEOffsetBase);
  212   W.printNumber("Number of atoms", uint64_t(HdrData.Atoms.size()));
  215     ListScope AtomsScope(W, "Atoms");
  218       DictScope AtomScope(W, ("Atom " + Twine(i++)).str());
  219       W.startLine() << "Type: " << formatAtom(Atom.first) << '\n';
  220       W.startLine() << "Form: " << formatv("{0}", Atom.second) << '\n';
  233     ListScope BucketScope(W, ("Bucket " + Twine(Bucket)).str());
  235       W.printString("EMPTY");
  248       ListScope HashScope(W, ("Hash 0x" + Twine::utohexstr(Hash)).str());
  250         W.printString("Invalid section offset");
  253       while (dumpName(W, AtomForms, &DataOffset))