Lines Matching refs:dyld_module_sp
258 ModuleSP dyld_module_sp; in ReadDYLDInfoFromMemoryAndSetNotificationCallback() local
264 dyld_module_sp = GetDYLDModule(); in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
269 dyld_module_sp.get()) { in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
270 const Symbol *symbol = dyld_module_sp->FindFirstSymbolWithNameAndType( in ReadDYLDInfoFromMemoryAndSetNotificationCallback()
273 symbol = dyld_module_sp->FindFirstSymbolWithNameAndType( 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()
967 if (target.GetImages().AppendIfNeeded(dyld_module_sp)) { in UpdateImageInfosHeaderAndLoadCommands()
971 UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld); in UpdateImageInfosHeaderAndLoadCommands()
1015 ModuleSP dyld_module_sp = GetDYLDModule(); in SetNotificationBreakpoint() local
1016 if (dyld_module_sp) { in SetNotificationBreakpoint()
1019 UpdateImageLoadAddress(dyld_module_sp.get(), m_dyld); in SetNotificationBreakpoint()