Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp1002 static FileSpec g_dsymForUUID_executable; in GetDsymForUUIDExecutable() local
1007 g_dsymForUUID_executable = FileSpec(dbgshell_command); in GetDsymForUUIDExecutable()
1008 FileSystem::Instance().Resolve(g_dsymForUUID_executable); in GetDsymForUUIDExecutable()
1009 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()
1015 g_dsymForUUID_executable = FileSpec("/usr/local/bin/dsymForUUID"); in GetDsymForUUIDExecutable()
1016 if (FileSystem::Instance().Exists(g_dsymForUUID_executable)) in GetDsymForUUIDExecutable()
1021 g_dsymForUUID_executable = {}; in GetDsymForUUIDExecutable()
1023 return g_dsymForUUID_executable; in GetDsymForUUIDExecutable()