Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp232 bool findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument
236 SmallString<16> OrigDir(OrigPath); in findDebugBinary()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp521 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local
522 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()
531 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()