Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp171 PathRemappings; member in __anon90b360e60111::CodeCoverageTool
237 if (PathRemappings) in collectPaths()
523 if (!PathRemappings) in remapPathNames()
538 for (std::pair<std::string, std::string> &PathRemapping : *PathRemappings) { in remapPathNames()
887 PathRemappings = Remappings; in run()