Searched refs:dbgshell_command (Results 1 – 1 of 1) sorted by relevance
1001 llvm::StringRef dbgshell_command = GetDbgShellCommand(); in GetDsymForUUIDExecutable() local1002 if (!dbgshell_command.empty()) { in GetDsymForUUIDExecutable()1003 g_dsymForUUID_executable = FileSpec(dbgshell_command); in GetDsymForUUIDExecutable()1031 llvm::StringRef dbgshell_command = GetDbgShellCommand(); in DownloadObjectAndSymbolFile() local1035 if (!force_lookup && dbgshell_command.empty()) in DownloadObjectAndSymbolFile()