Home
last modified time | relevance | path

Searched refs:AppendInstruction (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBInstructionList.cpp112 void SBInstructionList::AppendInstruction(SBInstruction insn) { in AppendInstruction() function in SBInstructionList
113 LLDB_RECORD_METHOD(void, SBInstructionList, AppendInstruction, in AppendInstruction()
222 LLDB_REGISTER_METHOD(void, SBInstructionList, AppendInstruction, in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_instructionlist.py11 obj.AppendInstruction(lldb.SBInstruction())
/external/llvm-project/lldb/include/lldb/API/
DSBInstructionList.h45 void AppendInstruction(lldb::SBInstruction inst);
/external/llvm-project/lldb/bindings/interface/
DSBInstructionList.i55 AppendInstruction (lldb::SBInstruction inst);
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.h102 void AppendInstruction(Instruction inst) { m_insn_vec.push_back(inst); } in AppendInstruction() function
DDecoder.cpp789 result_list.AppendInstruction(*itr); in GetInstructionLogAtOffset()