Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleList.h533 AppendImpl (const lldb::ModuleSP &module_sp, bool use_notifier = true);
/external/lldb/source/Core/
DModuleList.cpp80 ModuleList::AppendImpl (const ModuleSP &module_sp, bool use_notifier) in AppendImpl() function in ModuleList
94 AppendImpl (module_sp); in Append()
200 AppendImpl (new_module_sp, false); in ReplaceModule()