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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h39 size_t GetInstructionsCount(const SBAddress &start,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i48 size_t GetInstructionsCount(const SBAddress &start, const SBAddress &end,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBInstructionList.cpp77 size_t SBInstructionList::GetInstructionsCount(const SBAddress &start, function in class:SBInstructionList
80 LLDB_RECORD_METHOD(size_t, SBInstructionList, GetInstructionsCount,
219 size_t, SBInstructionList, GetInstructionsCount,
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30137 SWIG_check_num_args("lldb::SBInstructionList::GetInstructionsCount",4,4)
30138 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBInstructionList::GetInstructionsCount",1,"lldb::SBInstructionList *");
30139 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBInstructionList::GetInstructionsCount",2,"lldb::SBAddress const &");
30140 if(!lua_isuserdata(L,3)) SWIG_fail_arg("lldb::SBInstructionList::GetInstructionsCount",3,"lldb::SBAddress const &");
30141 if(!lua_isboolean(L,4)) SWIG_fail_arg("lldb::SBInstructionList::GetInstructionsCount",4,"bool");
30158 result = (arg1)->GetInstructionsCount((lldb::SBAddress const &)*arg2,(lldb::SBAddress const &)*arg3,arg4);
30454 { "GetInstructionsCount", _wrap_SBInstructionList_GetInstructionsCount},
[all...]

Completed in 305 milliseconds