Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h284 uint32_t GetAddressingBits();
H A DGDBRemoteCommunicationClient.cpp1401 uint32_t GDBRemoteCommunicationClient::GetAddressingBits() { in GetAddressingBits() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp1047 if (int addresssable_bits = m_gdb_comm.GetAddressingBits()) { in DidLaunchOrAttach()