Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp258 ModuleSP dyld_module_sp; in ReadDYLDInfoFromMemoryAndSetNotificationCallback() local
264 dyld_module_sp = GetDYLDModule(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
269 dyld_module_sp.get()) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
288 if (dyld_module_sp) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
289 target.GetImages().AppendIfNeeded(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
294 modules.Append(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
296 SetDYLDModule(dyld_module_sp); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
961 ModuleSP dyld_module_sp(GetDYLDModule()); in UpdateImageInfosHeaderAndLoadCommands() local
966 if (dyld_module_sp) { in UpdateImageInfosHeaderAndLoadCommands()
1015 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint() local
[all …]
H A DDynamicLoaderDarwin.h70 void SetDYLDModule(lldb::ModuleSP &dyld_module_sp);
H A DDynamicLoaderDarwin.cpp605 void DynamicLoaderDarwin::SetDYLDModule(lldb::ModuleSP &dyld_module_sp) { in SetDYLDModule() argument
606 m_dyld_module_wp = dyld_module_sp; in SetDYLDModule()