Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h191 static std::string FindComponentInPath(llvm::StringRef path,
H A DPlatformDarwin.cpp1301 std::string PlatformDarwin::FindComponentInPath(llvm::StringRef path, in FindComponentInPath() function in PlatformDarwin
1318 return FileSpec(FindComponentInPath(fspec.GetPath(), ".xctoolchain")); in GetCurrentToolchainDirectory()
1324 return FileSpec(FindComponentInPath(fspec.GetPath(), "CommandLineTools")); in GetCurrentCommandLineToolsDirectory()