Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp165 std::optional<std::pair<std::string, std::string>> PathRemapping; member in __anonf127be270111::CodeCoverageTool
229 if (PathRemapping) in collectPaths()
474 if (!PathRemapping) in remapPathNames()
488 std::string RemapFrom = nativeWithTrailing(PathRemapping->first); in remapPathNames()
489 std::string RemapTo = nativeWithTrailing(PathRemapping->second); in remapPathNames()
818 PathRemapping = {std::string(EquivPair.first), in run()