Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h401 lldb::SBError ClearModuleLoadAddress(lldb::SBModule module);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i433 ClearModuleLoadAddress (lldb::SBModule module);
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp2125 SBError SBTarget::ClearModuleLoadAddress(lldb::SBModule module) { in ClearModuleLoadAddress() function in SBTarget