Searched refs:AppendInstruction (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h45 void AppendInstruction(lldb::SBInstruction inst);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i55 AppendInstruction (lldb::SBInstruction inst);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp112 void SBInstructionList::AppendInstruction(SBInstruction insn) { function in class:SBInstructionList
113 LLDB_RECORD_METHOD(void, SBInstructionList, AppendInstruction,
222 LLDB_REGISTER_METHOD(void, SBInstructionList, AppendInstruction,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30199 SWIG_check_num_args("lldb::SBInstructionList::AppendInstruction",2,2)
30200 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBInstructionList::AppendInstruction",1,"lldb::SBInstructionList *");
30201 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBInstructionList::AppendInstruction",2,"lldb::SBInstruction");
30213 (arg1)->AppendInstruction(arg2);
30456 { "AppendInstruction", _wrap_SBInstructionList_AppendInstruction},
[all...]

Completed in 289 milliseconds