Searched refs:RelPath (Results 1 – 2 of 2) sorted by relevance
268 StringRef RelPath = SP->getFilename(); in getFilename() local269 if (sys::fs::exists(RelPath)) in getFilename()270 Path = RelPath; in getFilename()
531 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix() local533 (Twine(NewPrefix) + RelPath).toVector(NewPath); in replace_path_prefix()