reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
186 if (!S->IsRegionEntry) 188 if (S->Count == Line.getExecutionCount()) 191 if (S->Col > PrevColumn) 192 OS.indent(S->Col - PrevColumn); 193 PrevColumn = S->Col + 1; 194 std::string C = formatCount(S->Count); 199 errs() << "Marker at " << S->Line << ":" << S->Col << " = " 199 errs() << "Marker at " << S->Line << ":" << S->Col << " = " 200 << formatCount(S->Count) << "\n";