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

Public Attributes

ArchitectureType type
 
size_t num_entries
 
const ArchDefinitionEntryentries
 
const char * name
 

Detailed Description

Definition at line 260 of file ArchSpec.cpp.

Member Data Documentation

◆ entries

const ArchDefinitionEntry* ArchDefinition::entries

Definition at line 263 of file ArchSpec.cpp.

Referenced by FindArchDefinitionEntry().

◆ name

const char* ArchDefinition::name

Definition at line 264 of file ArchSpec.cpp.

◆ num_entries

size_t ArchDefinition::num_entries

Definition at line 262 of file ArchSpec.cpp.

Referenced by FindArchDefinitionEntry().

◆ type

ArchitectureType ArchDefinition::type

Definition at line 261 of file ArchSpec.cpp.


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