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

References

tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  131   if (Printer.IsSymbolExcluded(Symbol.getName()))
  136   switch (auto LocType = Symbol.getLocationType()) {
  140         << "[" << format_hex(Symbol.getVirtualAddress(), 10) << "]";
  143         << " [sizeof = " << getTypeLength(Symbol) << "]";
  149         << "[" << Symbol.getValue() << "]";
  151         << " [sizeof = " << getTypeLength(Symbol) << "]";
  158   WithColor(Printer, PDB_ColorItem::Identifier).get() << Symbol.getName();