Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h171 bool findDebugBinary(const std::string &OrigPath,
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp381 bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument
384 SmallString<16> OrigDir(OrigPath); in findDebugBinary()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp523 StringRef OrigPath(Path.begin(), Path.size()); in replace_path_prefix() local
524 if (!starts_with(OrigPath, OldPrefix, style)) in replace_path_prefix()
533 StringRef RelPath = OrigPath.substr(OldPrefix.size()); in replace_path_prefix()