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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageExporterLcov.cpp 180 renderFunctions(OS, Coverage.getCoveredFunctions(Filename));
CoverageExporterJson.cpp 302 Export["functions"] = renderFunctions(Coverage.getCoveredFunctions());
CodeCoverage.cpp 538 for (const auto &Function : Coverage.getCoveredFunctions()) {
590 for (const auto &Function : Coverage.getCoveredFunctions())
1019 for (const auto &Function : Coverage->getCoveredFunctions(SourceFile))
CoverageReport.cpp 314 auto Functions = Coverage.getCoveredFunctions(Filename);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 642 iterator_range<FunctionRecordIterator> getCoveredFunctions() const {
649 getCoveredFunctions(StringRef Filename) const {
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 658 for (const auto &Function : getCoveredFunctions())

Completed in 28 milliseconds