LLDB mainline
Public Attributes | List of all members
ArchDefinitionEntry Struct Reference

Public Attributes

ArchSpec::Core core
 
uint32_t cpu
 
uint32_t sub
 
uint32_t cpu_mask
 
uint32_t sub_mask
 

Detailed Description

Definition at line 252 of file ArchSpec.cpp.

Member Data Documentation

◆ core

ArchSpec::Core ArchDefinitionEntry::core

Definition at line 253 of file ArchSpec.cpp.

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

◆ cpu

uint32_t ArchDefinitionEntry::cpu

Definition at line 254 of file ArchSpec.cpp.

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

◆ cpu_mask

uint32_t ArchDefinitionEntry::cpu_mask

Definition at line 256 of file ArchSpec.cpp.

◆ sub

uint32_t ArchDefinitionEntry::sub

Definition at line 255 of file ArchSpec.cpp.

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

◆ sub_mask

uint32_t ArchDefinitionEntry::sub_mask

Definition at line 257 of file ArchSpec.cpp.


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