Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h576 virtual bool GetIgnoresRemoteHostname() { return m_ignores_remote_hostname; } in GetIgnoresRemoteHostname() function