LLDB mainline
Public Attributes | List of all members
ArchDefinition Struct Reference
Collaboration diagram for ArchDefinition:
Collaboration graph
[legend]

Public Attributes

ArchitectureType type
 
size_t num_entries
 
const ArchDefinitionEntryentries
 
const char * name
 

Detailed Description

Definition at line 256 of file ArchSpec.cpp.

Member Data Documentation

◆ entries

const ArchDefinitionEntry* ArchDefinition::entries

Definition at line 259 of file ArchSpec.cpp.

Referenced by FindArchDefinitionEntry().

◆ name

const char* ArchDefinition::name

Definition at line 260 of file ArchSpec.cpp.

◆ num_entries

size_t ArchDefinition::num_entries

Definition at line 258 of file ArchSpec.cpp.

Referenced by FindArchDefinitionEntry().

◆ type

ArchitectureType ArchDefinition::type

Definition at line 257 of file ArchSpec.cpp.


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