Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp188 SmallString<128> EffectivePath(Path); in addCollectedPath() local
189 if (std::error_code EC = sys::fs::make_absolute(EffectivePath)) { in addCollectedPath()
193 sys::path::remove_dots(EffectivePath, /*remove_dot_dots=*/true); in addCollectedPath()
194 if (!IgnoreFilenameFilters.matchesFilename(EffectivePath)) in addCollectedPath()
195 SourceFiles.emplace_back(EffectivePath.str()); in addCollectedPath()