Lines Matching refs:SetSectionLoadAddress
56040 SWIG_check_num_args("lldb::SBTarget::SetSectionLoadAddress",3,3)
56041 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBTarget::SetSectionLoadAddress",1,"lldb::SBTarget *");
56042 if(!lua_isuserdata(L,2)) SWIG_fail_arg("lldb::SBTarget::SetSectionLoadAddress",2,"lldb::SBSection");
56043 if(!lua_isinteger(L,3)) SWIG_fail_arg("lldb::SBTarget::SetSectionLoadAddress",3,"lldb::addr_t");
56056 result = (arg1)->SetSectionLoadAddress(arg2,arg3);
61150 { "SetSectionLoadAddress", _wrap_SBTarget_SetSectionLoadAddress},