reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
129 OS << TotalSamples << ", " << TotalHeadSamples << ", " << BodySamples.size() 132 OS.indent(Indent); 134 OS << "Samples collected in the function's body {\n"; 137 OS.indent(Indent + 2); 138 OS << SI->first << ": " << SI->second; 140 OS.indent(Indent); 141 OS << "}\n"; 143 OS << "No samples collected in the function's body\n"; 146 OS.indent(Indent); 148 OS << "Samples collected in inlined callsites {\n"; 153 OS.indent(Indent + 2); 154 OS << CS->first << ": inlined callee: " << FS.second.getName() << ": "; 155 FS.second.print(OS, Indent + 4); 158 OS.indent(Indent); 159 OS << "}\n"; 161 OS << "No inlined callsites in this function\n";