Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp836 std::string buildRelLinkToFile(StringRef RelPath) const { in renderLine()
837 SmallString<128> LinkTextStr(RelPath); in renderLine()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp215 StringRef RelPath = SP->getFilename(); in getFilename() local
216 if (sys::fs::exists(RelPath)) in getFilename()
217 Path = RelPath; in getFilename()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp534 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()
536 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()
535 StringRef RelPath = OrigPath.substr(OldPrefix.size()); replace_path_prefix() local