HomeSort by relevance Sort by last modified time
    Searched refs:getCoveredFunctions (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 178 for (const auto &F : Coverage->getCoveredFunctions(Filename)) {
206 for (const auto &F : Coverage->getCoveredFunctions(Filename)) {
CodeCoverage.cpp 418 for (const auto &Function : Coverage->getCoveredFunctions()) {
  /external/llvm/include/llvm/ProfileData/
CoverageMapping.h 432 iterator_range<FunctionRecordIterator> getCoveredFunctions() const {
439 getCoveredFunctions(StringRef Filename) const {
  /external/llvm/lib/ProfileData/
CoverageMapping.cpp 340 for (const auto &Function : getCoveredFunctions())

Completed in 69 milliseconds