Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h394 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i427 ClearModuleLoadAddress (lldb::SBModule module);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2277 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress() function in SBTarget
2278 LLDB_RECORD_METHOD(lldb::SBError, SBTarget, ClearModuleLoadAddress, in ClearModuleLoadAddress()
2719 LLDB_REGISTER_METHOD(lldb::SBError, SBTarget, ClearModuleLoadAddress, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48452 result = (arg1)->ClearModuleLoadAddress(arg2); in _wrap_SBTarget_ClearModuleLoadAddress()