Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp846 for (const std::string &PathRemap : PathRemaps) { in run() local
847 auto EquivPair = StringRef(PathRemap).split(','); in run()
849 error("invalid argument '" + PathRemap + in run()