Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp268 StringRef RelPath = SP->getFilename(); in getFilename() local
269 if (sys::fs::exists(RelPath)) in getFilename()
270 Path = RelPath; in getFilename()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp531 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local
533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()