Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp128 if (GetIgnoresRemoteHostname()) { in PutFile()
184 if (GetIgnoresRemoteHostname()) { in GetFile()
272 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
279 if (GetIgnoresRemoteHostname()) in GetPlatformSpecificConnectionInformation()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h575 virtual bool GetIgnoresRemoteHostname() { return m_ignores_remote_hostname; } in GetIgnoresRemoteHostname() function