LLDB mainline
Public Member Functions | Protected Attributes | List of all members
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 51 of file SBInstruction.cpp.

Constructor & Destructor Documentation

◆ InstructionImpl()

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

Definition at line 53 of file SBInstruction.cpp.

Member Function Documentation

◆ GetSP()

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

Definition at line 57 of file SBInstruction.cpp.

References m_inst_sp.

◆ IsValid()

bool InstructionImpl::IsValid ( ) const
inline

Definition at line 59 of file SBInstruction.cpp.

References m_inst_sp.

Member Data Documentation

◆ m_disasm_sp

lldb::DisassemblerSP InstructionImpl::m_disasm_sp
protected

Definition at line 62 of file SBInstruction.cpp.

◆ m_inst_sp

lldb::InstructionSP InstructionImpl::m_inst_sp
protected

Definition at line 63 of file SBInstruction.cpp.

Referenced by GetSP(), and IsValid().


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