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 269 of file ArchSpec.cpp.

Member Data Documentation

◆ core

ArchSpec::Core ArchDefinitionEntry::core

Definition at line 270 of file ArchSpec.cpp.

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

◆ cpu

uint32_t ArchDefinitionEntry::cpu

Definition at line 271 of file ArchSpec.cpp.

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

◆ cpu_mask

uint32_t ArchDefinitionEntry::cpu_mask = UINT32_MAX

Definition at line 273 of file ArchSpec.cpp.

◆ sub

uint32_t ArchDefinitionEntry::sub = LLDB_INVALID_CPUTYPE

Definition at line 272 of file ArchSpec.cpp.

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

◆ sub_mask

uint32_t ArchDefinitionEntry::sub_mask = UINT32_MAX

Definition at line 274 of file ArchSpec.cpp.


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