LLDB mainline
|
#include <RISCVInstructions.h>
Public Attributes | |
RISCVInst | decoded |
uint32_t | inst |
bool | is_rvc |
InstrPattern | pattern |
Definition at line 308 of file RISCVInstructions.h.
RISCVInst lldb_private::DecodeResult::decoded |
Definition at line 309 of file RISCVInstructions.h.
Referenced by lldb_private::EmulateInstructionRISCV::Execute().
uint32_t lldb_private::DecodeResult::inst |
Definition at line 310 of file RISCVInstructions.h.
bool lldb_private::DecodeResult::is_rvc |
Definition at line 311 of file RISCVInstructions.h.
Referenced by lldb_private::EmulateInstructionRISCV::EvaluateInstruction(), and lldb_private::EmulateInstructionRISCV::Execute().
InstrPattern lldb_private::DecodeResult::pattern |
Definition at line 312 of file RISCVInstructions.h.