Lines Matching refs:InstructionSP
54 const lldb::InstructionSP &inst_sp) in InstructionImpl()
57 lldb::InstructionSP GetSP() const { return m_inst_sp; } in GetSP()
63 lldb::InstructionSP m_inst_sp;
74 const lldb::InstructionSP &inst_sp) in SBInstruction()
108 lldb::InstructionSP inst_sp(GetOpaque()); in GetAddress()
118 lldb::InstructionSP inst_sp(GetOpaque()); in GetMnemonic()
138 lldb::InstructionSP inst_sp(GetOpaque()); in GetOperands()
158 lldb::InstructionSP inst_sp(GetOpaque()); in GetComment()
177 lldb::InstructionSP inst_sp(GetOpaque()); in GetByteSize()
188 lldb::InstructionSP inst_sp(GetOpaque()); in GetData()
201 lldb::InstructionSP inst_sp(GetOpaque()); in DoesBranch()
210 lldb::InstructionSP inst_sp(GetOpaque()); in HasDelaySlot()
219 lldb::InstructionSP inst_sp(GetOpaque()); in CanSetBreakpoint()
225 lldb::InstructionSP SBInstruction::GetOpaque() { in GetOpaque()
229 return lldb::InstructionSP(); in GetOpaque()
233 const lldb::InstructionSP &inst_sp) { in SetOpaque()
241 lldb::InstructionSP inst_sp(GetOpaque()); in GetDescription()
276 lldb::InstructionSP inst_sp(GetOpaque()); in Print()
297 lldb::InstructionSP inst_sp(GetOpaque()); in EmulateWithFrame()
322 lldb::InstructionSP inst_sp(GetOpaque()); in DumpEmulation()
337 lldb::InstructionSP(new PseudoInstruction())); in TestEmulation()
339 lldb::InstructionSP inst_sp(GetOpaque()); in TestEmulation()