Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp410 if (!CompressionIsEnabled()) in DecompressPacket()
666 if (CompressionIsEnabled()) { in CheckForPacket()
769 if (CompressionIsEnabled()) in CheckForPacket()
793 if (CompressionIsEnabled()) in CheckForPacket()
H A DGDBRemoteCommunication.h204 bool CompressionIsEnabled() { in CompressionIsEnabled() function