Searched defs:AppendInstruction (Results 1 – 2 of 2) sorted by relevance
112 void SBInstructionList::AppendInstruction(SBInstruction insn) { in AppendInstruction() function in SBInstructionList
102 void AppendInstruction(Instruction inst) { m_insn_vec.push_back(inst); } in AppendInstruction() function