Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h413 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
435 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.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/lib/clang/liblldb/
H A DLLDBWrapLua.cpp56131 result = (arg1)->SetModuleLoadAddress(arg2,arg3); in _wrap_SBTarget_SetModuleLoadAddress()