Lines Matching refs:frame_module_sp
4596 ModuleSP frame_module_sp( in AddSymbolsForFrame() local
4598 if (!frame_module_sp) { in AddSymbolsForFrame()
4604 module_spec.GetUUID() = frame_module_sp->GetUUID(); in AddSymbolsForFrame()
4606 if (FileSystem::Instance().Exists(frame_module_sp->GetPlatformFileSpec())) { in AddSymbolsForFrame()
4607 module_spec.GetArchitecture() = frame_module_sp->GetArchitecture(); in AddSymbolsForFrame()
4608 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForFrame()
4647 ModuleSP frame_module_sp( in AddSymbolsForStack() local
4649 if (!frame_module_sp) in AddSymbolsForStack()
4653 module_spec.GetUUID() = frame_module_sp->GetUUID(); in AddSymbolsForStack()
4656 frame_module_sp->GetPlatformFileSpec())) { in AddSymbolsForStack()
4657 module_spec.GetArchitecture() = frame_module_sp->GetArchitecture(); in AddSymbolsForStack()
4658 module_spec.GetFileSpec() = frame_module_sp->GetPlatformFileSpec(); in AddSymbolsForStack()