Searched refs:dyld_module_sp (Results 1 – 3 of 3) sorted by relevance
258 ModuleSP dyld_module_sp; in ReadDYLDInfoFromMemoryAndSetNotificationCallback() local264 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() local966 if (dyld_module_sp) { in UpdateImageInfosHeaderAndLoadCommands()1015 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint() local[all …]
70 void SetDYLDModule(lldb::ModuleSP &dyld_module_sp);
605 void DynamicLoaderDarwin::SetDYLDModule(lldb::ModuleSP &dyld_module_sp) { in SetDYLDModule() argument606 m_dyld_module_wp = dyld_module_sp; in SetDYLDModule()