Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm325 std::string xcode_contents_dir =
327 if (!xcode_contents_dir.empty()) {
328 g_xcode_contents_path = FileSpec(xcode_contents_dir);
337 std::string xcode_contents_dir =
339 if (!xcode_contents_dir.empty()) {
340 g_xcode_contents_path = FileSpec(xcode_contents_dir);
348 std::string xcode_contents_dir =
350 if (!xcode_contents_dir.empty()) {
351 g_xcode_contents_path = FileSpec(xcode_contents_dir);
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1666 FileSpec xcode_contents_dir = HostInfo::GetXcodeContentsDirectory(); in LocateExecutable() local
1667 if (xcode_contents_dir) { in LocateExecutable()
1668 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable()