Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp391 auto nativeWithTrailing = [](StringRef Path) -> std::string { in remapPathNames() local
400 std::string RemapFrom = nativeWithTrailing(PathRemapping->first); in remapPathNames()
401 std::string RemapTo = nativeWithTrailing(PathRemapping->second); in remapPathNames()