Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp831 std::string buildRelLinkToFile(StringRef RelPath) const { in buildRelLinkToFile()
832 SmallString<128> LinkTextStr(RelPath); in buildRelLinkToFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp219 StringRef RelPath = SP->getFilename(); in getFilename() local
220 if (sys::fs::exists(RelPath)) in getFilename()
221 Path = RelPath; in getFilename()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local
535 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()