| BreakpointLocationsPredictorCreator typedef | lldb_private::EmulateInstruction | protected |
| ContextType enum name | lldb_private::EmulateInstruction | |
| CreateBreakpointLocationPredictor(std::unique_ptr< EmulateInstruction > emulator_up) | lldb_private::EmulateInstruction | static |
| CreateFunctionEntryUnwind(UnwindPlan &unwind_plan) override | lldb_private::EmulateInstructionRISCV | virtual |
| CreateInstance(const lldb_private::ArchSpec &arch, InstructionType inst_type) | lldb_private::EmulateInstructionRISCV | static |
| Decode(uint32_t inst) | lldb_private::EmulateInstructionRISCV | |
| eContextAbsoluteBranchRegister enum value | lldb_private::EmulateInstruction | |
| eContextAdjustBaseRegister enum value | lldb_private::EmulateInstruction | |
| eContextAdjustPC enum value | lldb_private::EmulateInstruction | |
| eContextAdjustStackPointer enum value | lldb_private::EmulateInstruction | |
| eContextAdvancePC enum value | lldb_private::EmulateInstruction | |
| eContextArithmetic enum value | lldb_private::EmulateInstruction | |
| eContextImmediate enum value | lldb_private::EmulateInstruction | |
| eContextInvalid enum value | lldb_private::EmulateInstruction | |
| eContextPopRegisterOffStack enum value | lldb_private::EmulateInstruction | |
| eContextPushRegisterOnStack enum value | lldb_private::EmulateInstruction | |
| eContextReadOpcode enum value | lldb_private::EmulateInstruction | |
| eContextRegisterLoad enum value | lldb_private::EmulateInstruction | |
| eContextRegisterPlusOffset enum value | lldb_private::EmulateInstruction | |
| eContextRegisterStore enum value | lldb_private::EmulateInstruction | |
| eContextRelativeBranchImmediate enum value | lldb_private::EmulateInstruction | |
| eContextRestoreStackPointer enum value | lldb_private::EmulateInstruction | |
| eContextReturnFromException enum value | lldb_private::EmulateInstruction | |
| eContextSetFramePointer enum value | lldb_private::EmulateInstruction | |
| eContextSupervisorCall enum value | lldb_private::EmulateInstruction | |
| eContextTableBranchReadMemory enum value | lldb_private::EmulateInstruction | |
| eContextWriteMemoryRandomBits enum value | lldb_private::EmulateInstruction | |
| eContextWriteRegisterRandomBits enum value | lldb_private::EmulateInstruction | |
| eInfoTypeAddress enum value | lldb_private::EmulateInstruction | |
| eInfoTypeImmediate enum value | lldb_private::EmulateInstruction | |
| eInfoTypeImmediateSigned enum value | lldb_private::EmulateInstruction | |
| eInfoTypeISA enum value | lldb_private::EmulateInstruction | |
| eInfoTypeISAAndImmediate enum value | lldb_private::EmulateInstruction | |
| eInfoTypeISAAndImmediateSigned enum value | lldb_private::EmulateInstruction | |
| eInfoTypeNoArgs enum value | lldb_private::EmulateInstruction | |
| eInfoTypeOffset enum value | lldb_private::EmulateInstruction | |
| eInfoTypeRegister enum value | lldb_private::EmulateInstruction | |
| eInfoTypeRegisterPlusIndirectOffset enum value | lldb_private::EmulateInstruction | |
| eInfoTypeRegisterPlusOffset enum value | lldb_private::EmulateInstruction | |
| eInfoTypeRegisterRegisterOperands enum value | lldb_private::EmulateInstruction | |
| eInfoTypeRegisterToRegisterPlusIndirectOffset enum value | lldb_private::EmulateInstruction | |
| eInfoTypeRegisterToRegisterPlusOffset enum value | lldb_private::EmulateInstruction | |
| EmulateInstruction(const ArchSpec &arch) | lldb_private::EmulateInstruction | |
| EmulateInstruction(const EmulateInstruction &)=delete | lldb_private::EmulateInstruction | private |
| EmulateInstructionRISCV(const ArchSpec &arch) | lldb_private::EmulateInstructionRISCV | inline |
| EvaluateInstruction(uint32_t options) override | lldb_private::EmulateInstructionRISCV | virtual |
| Execute(DecodeResult inst, bool ignore_cond) | lldb_private::EmulateInstructionRISCV | |
| FindPlugin(const ArchSpec &arch, InstructionType supported_inst_type, const char *plugin_name) | lldb_private::EmulateInstruction | static |
| GetAddress() const | lldb_private::EmulateInstruction | inline |
| GetAddressByteSize() const | lldb_private::EmulateInstruction | inline |
| GetArchitecture() const | lldb_private::EmulateInstruction | inline |
| GetBestRegisterKindAndNumber(const RegisterInfo *reg_info, lldb::RegisterKind ®_kind, uint32_t ®_num) | lldb_private::EmulateInstruction | static |
| GetByteOrder() const | lldb_private::EmulateInstruction | inline |
| GetInstructionCondition() | lldb_private::EmulateInstruction | inlinevirtual |
| GetInternalRegisterNumber(RegisterContext *reg_ctx, const RegisterInfo ®_info) | lldb_private::EmulateInstruction | static |
| GetLastInstrSize() override | lldb_private::EmulateInstructionRISCV | inlinevirtual |
| GetOpcode() const | lldb_private::EmulateInstruction | inline |
| GetPluginDescriptionStatic() | lldb_private::EmulateInstructionRISCV | inlinestatic |
| GetPluginName() override | lldb_private::EmulateInstructionRISCV | inlinevirtual |
| GetPluginNameStatic() | lldb_private::EmulateInstructionRISCV | inlinestatic |
| GetRegisterInfo(lldb::RegisterKind reg_kind, uint32_t reg_num) override | lldb_private::EmulateInstructionRISCV | virtual |
| GetRoundingMode() | lldb_private::EmulateInstructionRISCV | |
| GetSingleStepBreakpointLocationsPredictorCreator() override | lldb_private::EmulateInstructionRISCV | inlineprivatevirtual |
| InfoType enum name | lldb_private::EmulateInstruction | |
| Initialize() | lldb_private::EmulateInstructionRISCV | static |
| InstructionCondition typedef | lldb_private::EmulateInstruction | |
| m_addr | lldb_private::EmulateInstruction | protected |
| m_arch | lldb_private::EmulateInstruction | protected |
| m_baton | lldb_private::EmulateInstruction | protected |
| m_decoded | lldb_private::EmulateInstructionRISCV | private |
| m_last_size | lldb_private::EmulateInstructionRISCV | private |
| m_opcode | lldb_private::EmulateInstruction | protected |
| m_read_mem_callback | lldb_private::EmulateInstruction | protected |
| m_read_reg_callback | lldb_private::EmulateInstruction | protected |
| m_write_mem_callback | lldb_private::EmulateInstruction | protected |
| m_write_reg_callback | lldb_private::EmulateInstruction | protected |
| operator=(const EmulateInstruction &)=delete | lldb_private::EmulateInstruction | private |
| lldb_private::PluginInterface::operator=(const PluginInterface &)=delete | lldb_private::PluginInterface | |
| PluginInterface()=default | lldb_private::PluginInterface | |
| PluginInterface(const PluginInterface &)=delete | lldb_private::PluginInterface | |
| ReadInstruction() override | lldb_private::EmulateInstructionRISCV | virtual |
| ReadInstructionAt(lldb::addr_t addr) | lldb_private::EmulateInstructionRISCV | |
| ReadMem(uint64_t addr) | lldb_private::EmulateInstructionRISCV | inline |
| ReadMemory(const Context &context, lldb::addr_t addr, void *dst, size_t dst_len) | lldb_private::EmulateInstruction | |
| ReadMemoryCallback typedef | lldb_private::EmulateInstruction | |
| ReadMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length) | lldb_private::EmulateInstruction | static |
| ReadMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, void *dst, size_t length) | lldb_private::EmulateInstruction | static |
| ReadMemoryUnsigned(const Context &context, lldb::addr_t addr, size_t byte_size, uint64_t fail_value, bool *success_ptr) | lldb_private::EmulateInstruction | |
| ReadPC() | lldb_private::EmulateInstruction | |
| ReadRegister(const RegisterInfo ®_info) | lldb_private::EmulateInstruction | |
| ReadRegister(lldb::RegisterKind reg_kind, uint32_t reg_num, RegisterValue ®_value) | lldb_private::EmulateInstruction | |
| ReadRegisterCallback typedef | lldb_private::EmulateInstruction | |
| ReadRegisterDefault(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
| ReadRegisterFrame(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
| ReadRegisterUnsigned(const RegisterInfo ®_info, uint64_t fail_value, bool *success_ptr) | lldb_private::EmulateInstruction | |
| ReadRegisterUnsigned(lldb::RegisterKind reg_kind, uint32_t reg_num, uint64_t fail_value, bool *success_ptr) | lldb_private::EmulateInstruction | |
| SetAccruedExceptions(llvm::APFloatBase::opStatus) | lldb_private::EmulateInstructionRISCV | |
| SetBaton(void *baton) | lldb_private::EmulateInstruction | |
| SetCallbacks(ReadMemoryCallback read_mem_callback, WriteMemoryCallback write_mem_callback, ReadRegisterCallback read_reg_callback, WriteRegisterCallback write_reg_callback) | lldb_private::EmulateInstruction | |
| SetInstruction(const Opcode &opcode, const Address &inst_addr, Target *target) override | lldb_private::EmulateInstructionRISCV | virtual |
| SetReadMemCallback(ReadMemoryCallback read_mem_callback) | lldb_private::EmulateInstruction | |
| SetReadRegCallback(ReadRegisterCallback read_reg_callback) | lldb_private::EmulateInstruction | |
| SetTargetTriple(const ArchSpec &arch) override | lldb_private::EmulateInstructionRISCV | virtual |
| SetWriteMemCallback(WriteMemoryCallback write_mem_callback) | lldb_private::EmulateInstruction | |
| SetWriteRegCallback(WriteRegisterCallback write_reg_callback) | lldb_private::EmulateInstruction | |
| SupportsEmulatingInstructionsOfType(InstructionType inst_type) override | lldb_private::EmulateInstructionRISCV | inlinevirtual |
| SupportsThisArch(const ArchSpec &arch) | lldb_private::EmulateInstructionRISCV | static |
| SupportsThisInstructionType(InstructionType inst_type) | lldb_private::EmulateInstructionRISCV | inlinestatic |
| Terminate() | lldb_private::EmulateInstructionRISCV | static |
| TestEmulation(Stream &out_stream, ArchSpec &arch, OptionValueDictionary *test_data) override | lldb_private::EmulateInstructionRISCV | virtual |
| TranslateRegister(lldb::RegisterKind reg_kind, uint32_t reg_num, std::string ®_name) | lldb_private::EmulateInstruction | static |
| UnconditionalCondition | lldb_private::EmulateInstruction | static |
| WriteMem(uint64_t addr, uint64_t value) | lldb_private::EmulateInstructionRISCV | inline |
| WriteMemory(const Context &context, lldb::addr_t addr, const void *src, size_t src_len) | lldb_private::EmulateInstruction | |
| WriteMemoryCallback typedef | lldb_private::EmulateInstruction | |
| WriteMemoryDefault(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length) | lldb_private::EmulateInstruction | static |
| WriteMemoryFrame(EmulateInstruction *instruction, void *baton, const Context &context, lldb::addr_t addr, const void *dst, size_t length) | lldb_private::EmulateInstruction | static |
| WriteMemoryUnsigned(const Context &context, lldb::addr_t addr, uint64_t uval, size_t uval_byte_size) | lldb_private::EmulateInstruction | |
| WritePC(lldb::addr_t addr) | lldb_private::EmulateInstruction | |
| WriteRegister(const Context &context, const RegisterInfo &ref_info, const RegisterValue ®_value) | lldb_private::EmulateInstruction | |
| WriteRegister(const Context &context, lldb::RegisterKind reg_kind, uint32_t reg_num, const RegisterValue ®_value) | lldb_private::EmulateInstruction | |
| WriteRegisterCallback typedef | lldb_private::EmulateInstruction | |
| WriteRegisterDefault(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
| WriteRegisterFrame(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue ®_value) | lldb_private::EmulateInstruction | static |
| WriteRegisterUnsigned(const Context &context, const RegisterInfo ®_info, uint64_t reg_value) | lldb_private::EmulateInstruction | |
| WriteRegisterUnsigned(const Context &context, lldb::RegisterKind reg_kind, uint32_t reg_num, uint64_t reg_value) | lldb_private::EmulateInstruction | |
| ~EmulateInstruction() override=default | lldb_private::EmulateInstruction | |
| ~PluginInterface()=default | lldb_private::PluginInterface | virtual |