Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp729 static FileSpec g_command_line_tools_filespec; in GetCommandLineToolsLibraryPath() local
731 if (!g_command_line_tools_filespec) { in GetCommandLineToolsLibraryPath()
735 g_command_line_tools_filespec = command_line_tools_path; in GetCommandLineToolsLibraryPath()
739 return g_command_line_tools_filespec; in GetCommandLineToolsLibraryPath()