HomeSort by: relevance | last modified time | path
    Searched refs:getExecutionCount (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 67 if (LCS.getExecutionCount())
SourceCoverageViewText.cpp 154 std::string C = formatCount(Line.getExecutionCount());
189 if (S->Count == Line.getExecutionCount())
SourceCoverageViewHTML.cpp 592 if (CurSeg->Count == LCS.getExecutionCount())
622 Count = tag("pre", formatCount(Line.getExecutionCount()));
624 (Line.getExecutionCount() > 0) ? "covered-line" : "uncovered-line";
CoverageExporterLcov.cpp 73 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n';
SourceCoverageView.cpp 127 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 678 uint64_t getExecutionCount() const { return ExecutionCount; }

Completed in 36 milliseconds