Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h175 bool ReplaceModule(const lldb::ModuleSP &old_module_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp252 bool ModuleList::ReplaceModule(const lldb::ModuleSP &old_module_sp, in ReplaceModule() function in ModuleList
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2113 m_images.ReplaceModule(old_module_sp, module_sp); in GetSharedModule()