LLDB mainline
InstructionImpl Class Reference

Public Member Functions

 InstructionImpl (const lldb::DisassemblerSP &disasm_sp, const lldb::InstructionSP &inst_sp)
lldb::InstructionSP GetSP () const
bool IsValid () const

Protected Attributes

lldb::DisassemblerSP m_disasm_sp
lldb::InstructionSP m_inst_sp

Detailed Description

Definition at line 50 of file SBInstruction.cpp.

Constructor & Destructor Documentation

◆ InstructionImpl()

InstructionImpl::InstructionImpl ( const lldb::DisassemblerSP & disasm_sp,
const lldb::InstructionSP & inst_sp )
inline

Definition at line 52 of file SBInstruction.cpp.

References m_disasm_sp, and m_inst_sp.

Member Function Documentation

◆ GetSP()

lldb::InstructionSP InstructionImpl::GetSP ( ) const
inline

Definition at line 56 of file SBInstruction.cpp.

References m_inst_sp.

◆ IsValid()

bool InstructionImpl::IsValid ( ) const
inline

Definition at line 58 of file SBInstruction.cpp.

References m_inst_sp.

Member Data Documentation

◆ m_disasm_sp

lldb::DisassemblerSP InstructionImpl::m_disasm_sp
protected

Definition at line 61 of file SBInstruction.cpp.

Referenced by InstructionImpl().

◆ m_inst_sp

lldb::InstructionSP InstructionImpl::m_inst_sp
protected

Definition at line 62 of file SBInstruction.cpp.

Referenced by GetSP(), InstructionImpl(), and IsValid().


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