Lines Matching refs:frame_module_sp
4301 ModuleSP frame_module_sp( in AddSymbolsForFrame() local
4303 if (!frame_module_sp) { in AddSymbolsForFrame()
4309 module_spec.GetUUID() = frame_module_sp->GetUUID(); in AddSymbolsForFrame()
4311 if (FileSystem::Instance().Exists(frame_module_sp->GetPlatformFileSpec())) { in AddSymbolsForFrame()
4312 module_spec.GetArchitecture() = frame_module_sp->GetArchitecture(); in AddSymbolsForFrame()
4313 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForFrame()
4352 ModuleSP frame_module_sp( in AddSymbolsForStack() local
4354 if (!frame_module_sp) in AddSymbolsForStack()
4358 module_spec.GetUUID() = frame_module_sp->GetUUID(); in AddSymbolsForStack()
4361 frame_module_sp->GetPlatformFileSpec())) { in AddSymbolsForStack()
4362 module_spec.GetArchitecture() = frame_module_sp->GetArchitecture(); in AddSymbolsForStack()
4363 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForStack()