reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
   81   const ArchSpec &GetArchitecture() const override { return m_arch; }
tools/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h
   56   const ArchSpec &GetArchitecture() const /*override*/ { return Arch; }

References

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  172     return GetArchitecture().GetByteOrder();
  176     return GetArchitecture().GetAddressByteSize();
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  528   switch (GetArchitecture().GetMachine()) {
  558   switch (GetArchitecture().GetMachine()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 2104       m_debugged_process_up->GetArchitecture().GetByteOrder());