Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp190 StringRef RelPath = SP->getFilename(); in getFilename() local
191 if (sys::fs::exists(RelPath)) in getFilename()
192 Path = RelPath; in getFilename()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp540 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local
543 path::append(NewPath, style, RelPath); in replace_path_prefix()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp527 std::string RelPath = relativeToRoot(Path); in createResponseFile() local
528 OS << "/libpath:" << quote(RelPath) << "\n"; in createResponseFile()