Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h183 bool findDebugBinary(const std::string &OrigPath,
/src/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp524 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local
525 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()
534 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()
/src/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()