HomeSort by relevance Sort by last modified time
    Searched refs:getCoveredFunctions (Results 1 - 11 of 11) 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 351 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
379 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
397 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
429 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
481 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
506 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
531 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
558 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
581 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
612 const auto FunctionRecords = LoadedCoverage->getCoveredFunctions();
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageExporterJson.cpp 155 renderFunctions(Coverage.getCoveredFunctions());
CodeCoverage.cpp 462 for (const auto &Function : Coverage.getCoveredFunctions()) {
514 for (const auto &Function : Coverage.getCoveredFunctions())
897 for (const auto &Function : Coverage->getCoveredFunctions(SourceFile))
    [all...]
CoverageReport.cpp 285 auto Functions = Coverage.getCoveredFunctions(Filename);
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 467 iterator_range<FunctionRecordIterator> getCoveredFunctions() const {
474 getCoveredFunctions(StringRef Filename) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 578 iterator_range<FunctionRecordIterator> getCoveredFunctions() const {
585 getCoveredFunctions(StringRef Filename) const {
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 415 for (const auto &Function : getCoveredFunctions())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 557 for (const auto &Function : getCoveredFunctions())

Completed in 630 milliseconds