LLDB mainline
lldb_private::EmulateInstructionARM::ARMOpcode Struct Reference

#include <EmulateInstructionARM.h>

Public Attributes

uint32_t mask
uint32_t value
uint32_t variants
EmulateInstructionARM::ARMEncoding encoding
uint32_t vfp_variants
ARMInstrSize size
bool(EmulateInstructionARM::* callback )(const uint32_t opcode, const EmulateInstructionARM::ARMEncoding encoding)
const char * name

Detailed Description

Definition at line 303 of file EmulateInstructionARM.h.

Member Data Documentation

◆ callback

bool(EmulateInstructionARM::* lldb_private::EmulateInstructionARM::ARMOpcode::callback) (const uint32_t opcode, const EmulateInstructionARM::ARMEncoding encoding)

◆ encoding

EmulateInstructionARM::ARMEncoding lldb_private::EmulateInstructionARM::ARMOpcode::encoding

◆ mask

uint32_t lldb_private::EmulateInstructionARM::ARMOpcode::mask

Definition at line 304 of file EmulateInstructionARM.h.

◆ name

const char* lldb_private::EmulateInstructionARM::ARMOpcode::name

Definition at line 313 of file EmulateInstructionARM.h.

◆ size

ARMInstrSize lldb_private::EmulateInstructionARM::ARMOpcode::size

Definition at line 309 of file EmulateInstructionARM.h.

◆ value

uint32_t lldb_private::EmulateInstructionARM::ARMOpcode::value

Definition at line 305 of file EmulateInstructionARM.h.

◆ variants

uint32_t lldb_private::EmulateInstructionARM::ARMOpcode::variants

Definition at line 306 of file EmulateInstructionARM.h.

◆ vfp_variants

uint32_t lldb_private::EmulateInstructionARM::ARMOpcode::vfp_variants

Definition at line 308 of file EmulateInstructionARM.h.


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