Home
last modified time | relevance | path

Searched defs:GetAddressableBits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h505 virtual lldb_private::AddressableBits GetAddressableBits() { return {}; } in GetAddressableBits() function
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1431 AddressableBits GDBRemoteCommunicationClient::GetAddressableBits() { GetAddressableBits() function in GDBRemoteCommunicationClient