Home
last modified time | relevance | path

Searched refs:GetAddressableBits (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h505 virtual lldb_private::AddressableBits GetAddressableBits() { return {}; } in GetAddressableBits() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h243 lldb_private::AddressableBits GetAddressableBits();
H A DGDBRemoteCommunicationClient.cpp1431 AddressableBits GDBRemoteCommunicationClient::GetAddressableBits() { in GetAddressableBits() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp902 AddressableBits addressable_bits = m_gdb_comm.GetAddressableBits(); in DidLaunchOrAttach()