Searched refs:new_module (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp262 bool ModuleList::AppendIfNeeded(const ModuleSP &new_module, bool notify) { argument
263 if (new_module) {
266 if (module_sp.get() == new_module.get())
270 Append(new_module, notify);
/openbsd-current/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h172 bool AppendIfNeeded(const lldb::ModuleSP &new_module, bool notify = true);

Completed in 168 milliseconds