Home
last modified time | relevance | path

Searched refs:SetModuleLoadAddress (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTarget.h413 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
435 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp2171 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
2181 return SetModuleLoadAddress(module, static_cast<uint64_t>(slide_offset)); in SetModuleLoadAddress()
2184 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp56131 result = (arg1)->SetModuleLoadAddress(arg2,arg3); in _wrap_SBTarget_SetModuleLoadAddress()