Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/support/
Dseven.py36 def bitcast_to_bytes(s): function
51 return bitcast_to_string(binascii.hexlify(bitcast_to_bytes(data)))
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
Dgdbclientutils.py460 self._client.sendall(seven.bitcast_to_bytes('+'))
470 self._client.sendall(seven.bitcast_to_bytes(framed))