Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h300 bool RemoveModule(lldb::SBModule module);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTarget.i369 RemoveModule (lldb::SBModule module);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1657 bool SBTarget::RemoveModule(lldb::SBModule module) { in RemoveModule() function in SBTarget