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

References

lib/ProfileData/InstrProfWriter.cpp
  402   OS << Name << "\n";
  403   OS << "# Func Hash:\n" << Hash << "\n";
  404   OS << "# Num Counters:\n" << Func.Counts.size() << "\n";
  405   OS << "# Counter Values:\n";
  407     OS << Count << "\n";
  411     OS << "\n";
  415   OS << "# Num Value Kinds:\n" << Func.getNumValueKinds() << "\n";
  420     OS << "# ValueKind = " << ValueProfKindStr[VK] << ":\n" << VK << "\n";
  421     OS << "# NumValueSites:\n" << NS << "\n";
  424       OS << ND << "\n";
  428           OS << Symtab.getFuncNameOrExternalSymbol(VD[I].Value) << ":"
  431           OS << VD[I].Value << ":" << VD[I].Count << "\n";
  436   OS << "\n";