Lines Matching refs:SetAddress
4430 SWIG_check_num_args("lldb::SBAddress::SetAddress",3,3)
4431 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBAddress::SetAddress",1,"lldb::SBAddress *");
4432 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBAddress::SetAddress",2,"lldb::SBSection");
4433 if(!lua_isinteger(L,3)) SWIG_fail_arg("lldb::SBAddress::SetAddress",3,"lldb::addr_t");
4446 (arg1)->SetAddress(arg2,arg3);
4835 { "SetAddress", _wrap_SBAddress_SetAddress},
48484 SWIG_check_num_args("lldb::SBQueueItem::SetAddress",2,2)
48485 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBQueueItem::SetAddress",1,"lldb::SBQueueItem *");
48486 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBQueueItem::SetAddress",2,"lldb::SBAddress");
48498 (arg1)->SetAddress(arg2);
48560 { "SetAddress", _wrap_SBQueueItem_SetAddress},