Home
last modified time | relevance | path

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

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