Lines Matching refs:ModuleSP
91 ModuleSP executable_sp = GetTargetExecutable(); in DidAttach()
171 ModuleSP executable; in DidLaunch()
201 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
209 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
340 ModuleSP interpreter = LoadInterpreterModule(); in SetRendezvousBreakpoint()
445 ModuleSP module_sp = in RefreshModules()
452 ModuleSP interpreter_sp = m_interpreter_module.lock(); in RefreshModules()
482 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
559 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( in LoadVDSO()
566 ModuleSP DynamicLoaderPOSIXDYLD::LoadInterpreterModule() { in LoadInterpreterModule()
583 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, in LoadInterpreterModule()
593 ModuleSP DynamicLoaderPOSIXDYLD::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
597 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress()
615 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress()
643 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules()
653 ModuleSP module_sp = in LoadAllCurrentModules()
681 ModuleSP module = m_process->GetTarget().GetExecutableModule(); in ComputeLoadOffset()
732 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData()
784 lldb::ModuleSP &module_sp) { in ResolveExecutableModule()
832 ModuleSP module_sp; in AlwaysRelyOnEHUnwindInfo()