Home
last modified time | relevance | path

Searched refs:GetAddressingBits (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h244 uint32_t GetAddressingBits();
H A DGDBRemoteCommunicationClient.cpp1408 uint32_t GDBRemoteCommunicationClient::GetAddressingBits() { in GetAddressingBits() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp896 if (int addressable_bits = m_gdb_comm.GetAddressingBits()) { in DidLaunchOrAttach()