Home
last modified time | relevance | path

Searched refs:getInstantiationGroups (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageReport.cpp328 for (const auto &Group : Coverage->getInstantiationGroups(Filename)) { in prepareSingleFileReport()
DCodeCoverage.cpp308 for (const auto &Group : Coverage.getInstantiationGroups(SourceFile)) { in createSourceFileView()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h595 getInstantiationGroups(StringRef Filename) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp623 CoverageMapping::getInstantiationGroups(StringRef Filename) const { in getInstantiationGroups() function in CoverageMapping
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp838 LoadedCoverage->getInstantiationGroups("expanded"); in TEST_P()