Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp847 auto EquivPair = StringRef(PathRemap).split(','); in run() local
848 if (EquivPair.first.empty() || EquivPair.second.empty()) { in run()
856 {std::string(EquivPair.first), std::string(EquivPair.second)}); in run()