Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp168 PathRemappings; member in __anon1c6dbef00111::CodeCoverageTool
234 if (PathRemappings) in collectPaths()
495 if (!PathRemappings) in remapPathNames()
510 for (std::pair<std::string, std::string> &PathRemapping : *PathRemappings) { in remapPathNames()
859 PathRemappings = Remappings; in run()