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

Member Data Documentation

◆ entries

const ArchDefinitionEntry* ArchDefinition::entries

Definition at line 268 of file ArchSpec.cpp.

Referenced by FindArchDefinitionEntry().

◆ name

const char* ArchDefinition::name

Definition at line 269 of file ArchSpec.cpp.

◆ num_entries

size_t ArchDefinition::num_entries

Definition at line 267 of file ArchSpec.cpp.

Referenced by FindArchDefinitionEntry().

◆ type

ArchitectureType ArchDefinition::type

Definition at line 266 of file ArchSpec.cpp.


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