Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp169 bool findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument
172 std::string OrigRealPath = OrigPath; in findDebugBinary()
174 if (char *RP = realpath(OrigPath.c_str(), nullptr)) { in findDebugBinary()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp530 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local
531 if (!OrigPath.startswith(OldPrefix)) in replace_path_prefix()
540 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()