Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h402 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
424 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2130 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
2140 return SetModuleLoadAddress(module, static_cast<uint64_t>(slide_offset)); in SetModuleLoadAddress()
2143 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53307 result = (arg1)->SetModuleLoadAddress(arg2,arg3); in _wrap_SBTarget_SetModuleLoadAddress()