Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp79 std::string getCoveragePath(StringRef filename, StringRef mainFilename) const;
672 std::string Context::getCoveragePath(StringRef filename, in getCoveragePath() function in Context
905 std::string gcovName = getCoveragePath(si.filename, filename); in print()