Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()