Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DLockFileManagerTest.cpp83 const char *OrigPath = getcwd(PathBuf, 1024); in TEST() local
104 ASSERT_FALSE(chdir(OrigPath)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h171 bool findDebugBinary(const std::string &OrigPath,
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp417 bool LLVMSymbolizer::findDebugBinary(const std::string &OrigPath, in findDebugBinary() argument
420 SmallString<16> OrigDir(OrigPath); in findDebugBinary()
/llvm-project-15.0.7/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()