Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm322 std::string xcode_contents_dir =
324 if (!xcode_contents_dir.empty()) {
325 g_xcode_contents_path = FileSpec(xcode_contents_dir);
334 std::string xcode_contents_dir =
336 if (!xcode_contents_dir.empty()) {
337 g_xcode_contents_path = FileSpec(xcode_contents_dir);
345 std::string xcode_contents_dir =
347 if (!xcode_contents_dir.empty()) {
348 g_xcode_contents_path = FileSpec(xcode_contents_dir);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1133 FileSpec xcode_contents_dir = HostInfo::GetXcodeContentsDirectory(); in LocateExecutable() local
1134 if (xcode_contents_dir) { in LocateExecutable()
1135 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable()