Searched refs:AppendInstruction (Results 1 – 6 of 6) sorted by relevance
112 void SBInstructionList::AppendInstruction(SBInstruction insn) { in AppendInstruction() function in SBInstructionList113 LLDB_RECORD_METHOD(void, SBInstructionList, AppendInstruction, in AppendInstruction()222 LLDB_REGISTER_METHOD(void, SBInstructionList, AppendInstruction, in RegisterMethods()
11 obj.AppendInstruction(lldb.SBInstruction())
45 void AppendInstruction(lldb::SBInstruction inst);
55 AppendInstruction (lldb::SBInstruction inst);
102 void AppendInstruction(Instruction inst) { m_insn_vec.push_back(inst); } in AppendInstruction() function
789 result_list.AppendInstruction(*itr); in GetInstructionLogAtOffset()