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.h430 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
452 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2141 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
2151 return SetModuleLoadAddress(module, static_cast<uint64_t>(slide_offset)); in SetModuleLoadAddress()
2154 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp57330 result = (arg1)->SetModuleLoadAddress(SWIG_STD_MOVE(arg2),arg3); in _wrap_SBTarget_SetModuleLoadAddress()