Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h383 lldb::SBError SetModuleLoadAddress(lldb::SBModule module,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i423 SetModuleLoadAddress (lldb::SBModule module,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2242 SBError SBTarget::SetModuleLoadAddress(lldb::SBModule module, in SetModuleLoadAddress() function in SBTarget
2244 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, SetModuleLoadAddress, in SetModuleLoadAddress()
2717 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, SetModuleLoadAddress, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48416 result = (arg1)->SetModuleLoadAddress(arg2,arg3); in _wrap_SBTarget_SetModuleLoadAddress()