Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h589 uint32_t m_high_mem_addressing_bits = 0; variable
H A DGDBRemoteCommunicationClient.cpp1286 if (!value.getAsInteger(0, m_high_mem_addressing_bits)) in GetHostInfo()
1436 if (m_low_mem_addressing_bits == m_high_mem_addressing_bits) in GetAddressableBits()
1440 m_high_mem_addressing_bits); in GetAddressableBits()