LLDB mainline
ArchDefinitionEntry Struct Reference

Public Attributes

ArchSpec::Core core
uint32_t cpu
uint32_t sub = LLDB_INVALID_CPUTYPE
uint32_t cpu_mask = UINT32_MAX
uint32_t sub_mask = UINT32_MAX

Detailed Description

Definition at line 371 of file ArchSpec.cpp.

Member Data Documentation

◆ core

ArchSpec::Core ArchDefinitionEntry::core

Definition at line 372 of file ArchSpec.cpp.

Referenced by lldb_private::ArchSpec::SetArchitecture().

◆ cpu

uint32_t ArchDefinitionEntry::cpu

Definition at line 373 of file ArchSpec.cpp.

◆ cpu_mask

uint32_t ArchDefinitionEntry::cpu_mask = UINT32_MAX

Definition at line 375 of file ArchSpec.cpp.

◆ sub

uint32_t ArchDefinitionEntry::sub = LLDB_INVALID_CPUTYPE

Definition at line 374 of file ArchSpec.cpp.

Referenced by lldb_private::ArchSpec::SetArchitecture().

◆ sub_mask

uint32_t ArchDefinitionEntry::sub_mask = UINT32_MAX

Definition at line 376 of file ArchSpec.cpp.


The documentation for this struct was generated from the following file: