Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h183 bool findDebugBinary(const std::string &OrigPath,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp525 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local
526 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()
535 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp428 bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument
431 SmallString<16> OrigDir(OrigPath); in findDebugBinary()