Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm321 std::string xcode_contents_dir =
323 if (!xcode_contents_dir.empty()) {
324 g_xcode_contents_path = FileSpec(xcode_contents_dir);
333 std::string xcode_contents_dir =
335 if (!xcode_contents_dir.empty()) {
336 g_xcode_contents_path = FileSpec(xcode_contents_dir);
351 std::string xcode_contents_dir =
353 if (!xcode_contents_dir.empty()) {
354 g_xcode_contents_path = FileSpec(xcode_contents_dir);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1165 FileSpec xcode_contents_dir = HostInfo::GetXcodeContentsDirectory(); in LocateExecutable() local
1166 if (xcode_contents_dir) { in LocateExecutable()
1167 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable()