Searched refs:OrigPath (Results 1 – 3 of 3) sorted by relevance
171 bool findDebugBinary(const std::string &OrigPath,
381 bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument384 SmallString<16> OrigDir(OrigPath); in findDebugBinary()
523 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local524 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()