Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp129 if (GetIgnoresRemoteHostname()) { in PutFile()
185 if (GetIgnoresRemoteHostname()) { in GetFile()
273 (GetRSyncPrefix() && *GetRSyncPrefix()) || GetIgnoresRemoteHostname()) { in GetPlatformSpecificConnectionInformation()
280 if (GetIgnoresRemoteHostname()) in GetPlatformSpecificConnectionInformation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h611 virtual bool GetIgnoresRemoteHostname() { return m_ignores_remote_hostname; } in GetIgnoresRemoteHostname() function