Searched refs:OrigPath (Results 1 – 2 of 2) sorted by relevance
232 bool findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument236 SmallString<16> OrigDir(OrigPath); in findDebugBinary()
521 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local522 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()531 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()