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

  /external/llvm/tools/llvm-cov/
CoverageReport.cpp 98 for (const auto &F : CM->getCoveredFunctions(Filename)) {
195 for (const auto &F : Coverage->getCoveredFunctions(Filename)) {
225 for (const auto &F : Coverage->getCoveredFunctions(Filename)) {
CodeCoverage.cpp 513 for (const auto &Function : Coverage->getCoveredFunctions()) {
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 304 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
481 for (const auto &Func : LoadedCoverage->getCoveredFunctions())
496 for (const auto &Func : LoadedCoverage->getCoveredFunctions())
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 467 iterator_range<FunctionRecordIterator> getCoveredFunctions() const {
474 getCoveredFunctions(StringRef Filename) const {
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 415 for (const auto &Function : getCoveredFunctions())

Completed in 293 milliseconds