Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp998 static FileSpec g_dsymForUUID_executable; in GetDsymForUUIDExecutable() local
1003 g_dsymForUUID_executable = FileSpec(dbgshell_command); in GetDsymForUUIDExecutable()
1004 FileSystem::Instance().Resolve(g_dsymForUUID_executable); in GetDsymForUUIDExecutable()
1005 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()
1011 g_dsymForUUID_executable = FileSpec("/usr/local/bin/dsymForUUID"); in GetDsymForUUIDExecutable()
1012 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()
1017 g_dsymForUUID_executable = {}; in GetDsymForUUIDExecutable()
1019 return g_dsymForUUID_executable; in GetDsymForUUIDExecutable()