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

References

tools/llvm-diff/DiffConsumer.cpp
   49     out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
   54       out << "store to ";
   57       out << "call to ";
   60       out << "invoke to ";
   63       out << *V;
   68     out << *V;
   80       out << '%' << ctxt.LNumbering[V];
   85       out << '%' << ctxt.RNumbering[V];
   90   out << "<anonymous>";
  100       if (Differences) out << "\n";
  105         out << "in function " << L->getName()
  108         out << "in function " << L->getName() << ":\n";
  113         out << "  in block %" << L->getName() << ":\n";
  115         out << "  in block ";
  117         out << " / ";
  119         out << ":\n";
  122       out << "    in instruction ";
  124       out << " / ";
  126       out << ":\n";
  135   while (N--) out << ' ';
  156   out << text << '\n';
  169       out << format;
  174     if (percent > 0) out << format.substr(0, percent);
  177     case '%': out << '%'; break;
  186   out << '\n';
  196       out << "  ";
  201       out << "< ";
  206       out << "> ";