Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1157 static std::vector<FileSpec> g_executable_dirs; in LocateExecutable() local
1174 g_executable_dirs.push_back(dir); in LocateExecutable()
1187 g_executable_dirs.push_back(dir); in LocateExecutable()
1194 for (const auto &executable_dir : g_executable_dirs) { in LocateExecutable()