Home
last modified time | relevance | path

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

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