Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h300 bool RemoveModule(lldb::SBModule module);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i369 RemoveModule (lldb::SBModule module);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1783 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule() function in SBTarget
1784 LLDB_RECORD_METHOD(bool, SBTarget, RemoveModule, (lldb::SBModule), module); in RemoveModule()
2688 LLDB_REGISTER_METHOD(bool, SBTarget, RemoveModule, (lldb::SBModule)); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48090 result = (bool)(arg1)->RemoveModule(arg2); in _wrap_SBTarget_RemoveModule()