Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp158 void ModuleList::AppendImpl(const ModuleSP &module_sp, bool use_notifier) { in AppendImpl() function in ModuleList
167 void ModuleList::Append(const ModuleSP &module_sp) { AppendImpl(module_sp); } in Append()
256 AppendImpl(new_module_sp, false); in ReplaceModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h561 void AppendImpl(const lldb::ModuleSP &module_sp, bool use_notifier = true);