Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp160 Optional<std::pair<std::string, std::string>> PathRemapping; member in __anon1753d6240111::CodeCoverageTool
222 if (PathRemapping) in collectPaths()
469 if (!PathRemapping) in remapPathNames()
483 std::string RemapFrom = nativeWithTrailing(PathRemapping->first); in remapPathNames()
484 std::string RemapTo = nativeWithTrailing(PathRemapping->second); in remapPathNames()
789 PathRemapping = {std::string(EquivPair.first), in run()