Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h199 bool ReplaceModule(const lldb::ModuleSP &old_module_sp,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp338 bool ModuleList::ReplaceModule(const lldb::ModuleSP &old_module_sp, in ReplaceModule() function in ModuleList
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2323 m_images.ReplaceModule(old_module_sp, module_sp); in GetOrCreateModule()