Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h177 bool ReplaceModule(const lldb::ModuleSP &old_module_sp,
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp314 bool ModuleList::ReplaceModule(const lldb::ModuleSP &old_module_sp, in ReplaceModule() function in ModuleList
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2196 m_images.ReplaceModule(old_module_sp, module_sp); in GetOrCreateModule()