Lines Matching refs:ModuleSP

89   ModuleSP executable_sp = GetTargetExecutable();  in DidAttach()
169 ModuleSP executable; in DidLaunch()
199 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module, in UpdateLoadedSections()
207 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) { in UnloadSections()
329 ModuleSP interpreter = LoadInterpreterModule(); in SetRendezvousBreakpoint()
434 ModuleSP module_sp = in RefreshModules()
441 ModuleSP interpreter_sp = m_interpreter_module.lock(); in RefreshModules()
471 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules()
548 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( in LoadVDSO()
555 ModuleSP DynamicLoaderPOSIXDYLD::LoadInterpreterModule() { in LoadInterpreterModule()
572 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, in LoadInterpreterModule()
582 ModuleSP DynamicLoaderPOSIXDYLD::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
586 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress()
604 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress()
632 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules()
642 ModuleSP module_sp = in LoadAllCurrentModules()
670 ModuleSP module = m_process->GetTarget().GetExecutableModule(); in ComputeLoadOffset()
721 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData()
773 lldb::ModuleSP &module_sp) { in ResolveExecutableModule()
821 ModuleSP module_sp; in AlwaysRelyOnEHUnwindInfo()