Home
last modified time | relevance | path

Searched refs:AppendImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp214 void ModuleList::AppendImpl(const ModuleSP &module_sp, bool use_notifier) { in AppendImpl() function in ModuleList
224 AppendImpl(module_sp, notify); in Append()
318 AppendImpl(new_module_sp, false); in ReplaceModule()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h472 void AppendImpl(const lldb::ModuleSP &module_sp, bool use_notifier = true);