reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/API/SBModule.h
  298   explicit SBModule(const lldb::ModuleSP &module_sp);
  300   ModuleSP GetSP() const;
  302   void SetSP(const ModuleSP &module_sp);
  304   lldb::ModuleSP m_opaque_sp;
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  226   void ModuleReplaced(lldb::ModuleSP old_module_sp,
  227                       lldb::ModuleSP new_module_sp);
tools/lldb/include/lldb/Breakpoint/BreakpointList.h
  134   void UpdateBreakpointsWhenModuleIsReplaced(lldb::ModuleSP old_module_sp,
  135                                              lldb::ModuleSP new_module_sp);
tools/lldb/include/lldb/Core/Address.h
  399   lldb::ModuleSP GetModule() const;
  458   lldb::ModuleSP CalculateSymbolContextModule() const;
tools/lldb/include/lldb/Core/Module.h
  119   static lldb::ModuleSP CreateModuleFromObjectFile(Args &&... args) {
  123     lldb::ModuleSP module_sp(new Module());
  190   lldb::ModuleSP CalculateSymbolContextModule() override;
tools/lldb/include/lldb/Core/ModuleChild.h
   26   ModuleChild(const lldb::ModuleSP &module_sp);
   45   lldb::ModuleSP GetModule() const;
   52   void SetModule(const lldb::ModuleSP &module_sp);
tools/lldb/include/lldb/Core/ModuleList.h
   70                                    const lldb::ModuleSP &module_sp) = 0;
   72                                      const lldb::ModuleSP &module_sp) = 0;
   74                                      const lldb::ModuleSP &old_module_sp,
   75                                      const lldb::ModuleSP &new_module_sp) = 0;
  124   void Append(const lldb::ModuleSP &module_sp, bool notify = true);
  134   void ReplaceEquivalent(const lldb::ModuleSP &module_sp);
  149   bool AppendIfNeeded(const lldb::ModuleSP &module_sp, bool notify = true);
  155   bool ReplaceModule(const lldb::ModuleSP &old_module_sp,
  156                      const lldb::ModuleSP &new_module_sp);
  200   lldb::ModuleSP GetModuleAtIndex(size_t idx) const;
  214   lldb::ModuleSP GetModuleAtIndexUnlocked(size_t idx) const;
  326   lldb::ModuleSP FindModule(const Module *module_ptr) const;
  333   lldb::ModuleSP FindModule(const UUID &uuid) const;
  335   lldb::ModuleSP FindFirstModule(const ModuleSpec &module_spec) const;
  422   bool Remove(const lldb::ModuleSP &module_sp, bool notify = true);
  466                                 lldb::ModuleSP &module_sp,
  468                                 lldb::ModuleSP *old_module_sp_ptr,
  472   static bool RemoveSharedModule(lldb::ModuleSP &module_sp);
  481   void ForEach(std::function<bool(const lldb::ModuleSP &module_sp)> const
  486   typedef std::vector<lldb::ModuleSP>
  489   void AppendImpl(const lldb::ModuleSP &module_sp, bool use_notifier = true);
  491   bool RemoveImpl(const lldb::ModuleSP &module_sp, bool use_notifier = true);
  505   typedef LockingAdaptedIterable<collection, lldb::ModuleSP, vector_adapter,
  510   typedef AdaptedIterable<collection, lldb::ModuleSP, vector_adapter>
tools/lldb/include/lldb/Core/SearchFilter.h
  110   virtual bool ModulePasses(const lldb::ModuleSP &module_sp);
  253   Searcher::CallbackReturn DoModuleIteration(const lldb::ModuleSP &module_sp,
  256   Searcher::CallbackReturn DoCUIteration(const lldb::ModuleSP &module_sp,
  288   bool ModulePasses(const lldb::ModuleSP &module_sp) override;
  318   bool ModulePasses(const lldb::ModuleSP &module_sp) override;
  371   bool ModulePasses(const lldb::ModuleSP &module_sp) override;
tools/lldb/include/lldb/Core/Section.h
  102   Section(const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
  113           const lldb::ModuleSP &module_sp, ObjectFile *obj_file,
tools/lldb/include/lldb/Core/ValueObject.h
  445   virtual lldb::ModuleSP GetModule();
tools/lldb/include/lldb/Core/ValueObjectMemory.h
   55   lldb::ModuleSP GetModule() override;
tools/lldb/include/lldb/Core/ValueObjectVariable.h
   54   lldb::ModuleSP GetModule() override;
tools/lldb/include/lldb/Expression/DWARFExpression.h
   53   DWARFExpression(lldb::ModuleSP module, const DataExtractor &data,
  130   void SetModule(const lldb::ModuleSP &module) { m_module_wp = module; }
  135       lldb::ModuleSP new_module_sp,
  225                        lldb::ModuleSP opcode_ctx, const DataExtractor &opcodes,
tools/lldb/include/lldb/Expression/IRExecutionUnit.h
  102   lldb::ModuleSP GetJITModule();
tools/lldb/include/lldb/Expression/LLVMUserExpression.h
   70   lldb::ModuleSP GetJITModule() override;
tools/lldb/include/lldb/Expression/UserExpression.h
  214   virtual lldb::ModuleSP GetJITModule() { return lldb::ModuleSP(); }
  266            lldb::ModuleSP *jit_module_sp_ptr = nullptr,
tools/lldb/include/lldb/Symbol/Block.h
   97   lldb::ModuleSP CalculateSymbolContextModule() override;
tools/lldb/include/lldb/Symbol/ClangASTImporter.h
  171   typedef std::vector<std::pair<lldb::ModuleSP, CompilerDeclContext>>
tools/lldb/include/lldb/Symbol/CompileUnit.h
   75   CompileUnit(const lldb::ModuleSP &module_sp, void *user_data,
  114   CompileUnit(const lldb::ModuleSP &module_sp, void *user_data,
  135   lldb::ModuleSP CalculateSymbolContextModule() override;
  234   void ForEachExternalModule(llvm::function_ref<void(lldb::ModuleSP)> f);
tools/lldb/include/lldb/Symbol/Function.h
  383   lldb::ModuleSP CalculateSymbolContextModule() override;
tools/lldb/include/lldb/Symbol/ObjectContainer.h
   37   ObjectContainer(const lldb::ModuleSP &module_sp, const FileSpec *file,
tools/lldb/include/lldb/Symbol/ObjectFile.h
  104   ObjectFile(const lldb::ModuleSP &module_sp, const FileSpec *file_spec_ptr,
  108   ObjectFile(const lldb::ModuleSP &module_sp, const lldb::ProcessSP &process_sp,
  151   FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file_spec,
  170   static lldb::ObjectFileSP FindPlugin(const lldb::ModuleSP &module_sp,
tools/lldb/include/lldb/Symbol/Symbol.h
  206   lldb::ModuleSP CalculateSymbolContextModule() override;
tools/lldb/include/lldb/Symbol/SymbolContext.h
   72                          const lldb::ModuleSP &module_sp,
   79   explicit SymbolContext(const lldb::ModuleSP &module_sp,
  335   lldb::ModuleSP module_sp; ///< The Module for a given query
  377   lldb::ModuleSP m_module_sp;
tools/lldb/include/lldb/Symbol/SymbolContextScope.h
   78   virtual lldb::ModuleSP CalculateSymbolContextModule() {
tools/lldb/include/lldb/Symbol/SymbolFile.h
  127                         llvm::function_ref<void(lldb::ModuleSP)> f) {}
tools/lldb/include/lldb/Symbol/SymbolVendor.h
   32   static SymbolVendor *FindPlugin(const lldb::ModuleSP &module_sp,
   36   SymbolVendor(const lldb::ModuleSP &module_sp);
tools/lldb/include/lldb/Symbol/Type.h
  118   lldb::ModuleSP GetModule();
  298   bool CheckModule(lldb::ModuleSP &module_sp) const;
tools/lldb/include/lldb/Target/DynamicLoader.h
  203   virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
  211   virtual lldb::ModuleSP LoadModuleAtAddress(const lldb_private::FileSpec &file,
  265   lldb::ModuleSP GetTargetExecutable();
  275   virtual void UpdateLoadedSections(lldb::ModuleSP module,
  282   void UpdateLoadedSectionsCommon(lldb::ModuleSP module, lldb::addr_t base_addr,
  288   virtual void UnloadSections(const lldb::ModuleSP module);
  291   void UnloadSectionsCommon(const lldb::ModuleSP module);
  294   GetSectionListFromModule(const lldb::ModuleSP module) const;
tools/lldb/include/lldb/Target/InstrumentationRuntime.h
   34   lldb::ModuleSP m_runtime_module;
   53   lldb::ModuleSP GetRuntimeModuleSP() { return m_runtime_module; }
   55   void SetRuntimeModuleSP(lldb::ModuleSP module_sp) {
   70   virtual bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) = 0;
tools/lldb/include/lldb/Target/LanguageRuntime.h
   36   bool ModulePasses(const lldb::ModuleSP &module_sp) override;
tools/lldb/include/lldb/Target/ModuleCache.h
   52       std::function<Status(const lldb::ModuleSP &, const FileSpec &)>;
   58                    lldb::ModuleSP &cached_module_sp, bool *did_create_ptr);
   66              const ModuleSpec &module_spec, lldb::ModuleSP &cached_module_sp,
tools/lldb/include/lldb/Target/Platform.h
  147                                    lldb::ModuleSP &module_sp,
  301                                  Process *process, lldb::ModuleSP &module_sp,
  303                                  lldb::ModuleSP *old_module_sp_ptr,
  497                                            const lldb::ModuleSP &module_sp) {
  878   Status GetCachedExecutable(ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
  887   virtual Status DownloadSymbolFile(const lldb::ModuleSP &module_sp,
  896                                lldb::ModuleSP &module_sp,
  901                              lldb::ModuleSP &module_sp, bool *did_create_ptr);
  904                               lldb::ModuleSP &module_sp,
tools/lldb/include/lldb/Target/Process.h
 1805   lldb::ModuleSP ReadModuleFromMemory(const FileSpec &file_spec,
tools/lldb/include/lldb/Target/Target.h
  531   lldb::ModuleSP GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
  837   lldb::ModuleSP GetExecutableModule();
  867       lldb::ModuleSP &module_sp,
  934   ModuleIsExcludedForUnconstrainedSearches(const lldb::ModuleSP &module_sp);
 1087   size_t UnloadModuleSections(const lldb::ModuleSP &module_sp);
 1261                          const lldb::ModuleSP &module_sp) override;
 1264                            const lldb::ModuleSP &module_sp) override;
 1267                            const lldb::ModuleSP &old_module_sp,
 1268                            const lldb::ModuleSP &new_module_sp) override;
tools/lldb/include/lldb/Target/Thread.h
  545   virtual lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
tools/lldb/include/lldb/lldb-private-interfaces.h
   31     const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   38 typedef ObjectFile *(*ObjectFileCreateInstance)(const lldb::ModuleSP &module_sp,
   45     const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   75     const lldb::ModuleSP &module_sp,
tools/lldb/source/API/SBCompileUnit.cpp
  137   ModuleSP module_sp(m_opaque_ptr->GetModule());
tools/lldb/source/API/SBFrame.cpp
  141   ModuleSP module_sp;
tools/lldb/source/API/SBFunction.cpp
  139     ModuleSP module_sp(
tools/lldb/source/API/SBInstruction.cpp
  245     ModuleSP module_sp(addr.GetModule());
  280     ModuleSP module_sp(addr.GetModule());
tools/lldb/source/API/SBInstructionList.cpp
  172         ModuleSP module_sp(addr.GetModule());
tools/lldb/source/API/SBModule.cpp
   36 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {}
   41   ModuleSP module_sp;
  100   ModuleSP module_sp(GetSP());
  113   ModuleSP module_sp(GetSP());
  126   ModuleSP module_sp(GetSP());
  140   ModuleSP module_sp(GetSP());
  150   ModuleSP module_sp(GetSP());
  162   ModuleSP module_sp(GetSP());
  173   ModuleSP module_sp(GetSP());
  207 ModuleSP SBModule::GetSP() const { return m_opaque_sp; }
  209 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; }
  216   ModuleSP module_sp(GetSP());
  233   ModuleSP module_sp(GetSP());
  246   ModuleSP module_sp(GetSP());
  258   ModuleSP module_sp(GetSP());
  270   ModuleSP module_sp(GetSP());
  283   const ModuleSP module_sp(GetSP());
  290 static Symtab *GetUnifiedSymbolTable(const lldb::ModuleSP &module_sp) {
  299   ModuleSP module_sp(GetSP());
  309   ModuleSP module_sp(GetSP());
  323     ModuleSP module_sp(GetSP());
  340     ModuleSP module_sp(GetSP());
  365   ModuleSP module_sp(GetSP());
  381   ModuleSP module_sp(GetSP());
  399   ModuleSP module_sp(GetSP());
  417   ModuleSP module_sp(GetSP());
  454   ModuleSP module_sp(GetSP());
  479   ModuleSP module_sp(GetSP());
  499   ModuleSP module_sp(GetSP());
  534   ModuleSP module_sp(GetSP());
  551   ModuleSP module_sp(GetSP());
  571   ModuleSP module_sp(GetSP());
  590   ModuleSP module_sp(GetSP());
  599   ModuleSP module_sp(GetSP());
  614   ModuleSP module_sp(GetSP());
  625   if (ModuleSP module_sp = GetSP())
  654   ModuleSP module_sp(GetSP());
  667   ModuleSP module_sp(GetSP());
  681   ModuleSP module_sp(GetSP());
tools/lldb/source/API/SBSection.cpp
  161     ModuleSP module_sp(section_sp->GetModule());
  195       ModuleSP module_sp(section_sp->GetModule());
tools/lldb/source/API/SBSymbol.cpp
  139       ModuleSP module_sp = symbol_addr.GetModule();
tools/lldb/source/API/SBSymbolContext.cpp
   73   ModuleSP module_sp;
tools/lldb/source/API/SBTarget.cpp
 1719   ModuleSP module_sp;
 1835       ModuleSP module_sp(module_list.GetModuleAtIndex(idx));
 2136             ModuleSP module_sp(section_sp->GetModule());
 2170           ModuleSP module_sp(section_sp->GetModule());
 2199     ModuleSP module_sp(module.GetSP());
 2234     ModuleSP module_sp(module.GetSP());
tools/lldb/source/API/SBValue.cpp
 1335         ModuleSP module_sp(value_sp->GetModule());
 1366         ModuleSP module_sp(value_sp->GetModule());
tools/lldb/source/Breakpoint/Breakpoint.cpp
  521     for (ModuleSP module_sp : module_list.ModulesNoLocking()) {
  587       ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(i));
  659 void Breakpoint::ModuleReplaced(ModuleSP old_module_sp,
  660                                 ModuleSP new_module_sp) {
tools/lldb/source/Breakpoint/BreakpointList.cpp
  176     ModuleSP old_module_sp, ModuleSP new_module_sp) {
  176     ModuleSP old_module_sp, ModuleSP new_module_sp) {
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  275       ModuleSP module_sp(bp_loc->GetAddress().GetModule());
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
   73     ModuleSP module_sp = section_sp->GetModule();
  135         ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec);
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  377                 ModuleSP module_sp(symbol_containing_address.GetModule());
  405               for (lldb::ModuleSP module_sp : target->GetImages().Modules()) {
tools/lldb/source/Commands/CommandObjectMemory.cpp
  463       ModuleSP search_first;
tools/lldb/source/Commands/CommandObjectProcess.cpp
  152     ModuleSP exe_module_sp = target->GetExecutableModule();
  413     ModuleSP old_exec_module_sp = target->GetExecutableModule();
  448     ModuleSP new_exec_module_sp(target->GetExecutableModule());
tools/lldb/source/Commands/CommandObjectSource.cpp
  324         ModuleSP module_sp(module_list.GetModuleAtIndex(i));
  346         ModuleSP module_sp(so_addr.GetModule());
 1022           ModuleSP module_sp(module_list.GetModuleAtIndex(i));
 1047           ModuleSP module_sp(so_addr.GetModule());
tools/lldb/source/Commands/CommandObjectTarget.cpp
  386           ModuleSP module_sp(target_sp->GetExecutableModule());
  401           ModuleSP module_sp = target_sp->GetOrCreateModule(main_module_spec,
  952             ModuleSP module_sp(
 1757     ModuleSP module_sp;
 2501           ModuleSP module_sp(
 2563           ModuleSP module_sp(target->GetOrCreateModule(
 2977             ModuleSP module_sp(module_address.GetModule());
 3050           ModuleSP module_sp;
 3174         ModuleSP module_sp(module->shared_from_this());
 3358         ModuleSP module_sp(addr.GetModule());
 3849       ModuleSP current_module;
 4128         ModuleSP module_sp(matching_module_list.GetModuleAtIndex(0));
 4228                 ModuleSP frame_module_sp(
 4267             ModuleSP module_sp(
tools/lldb/source/Core/Address.cpp
   91     ModuleSP module_sp(address.GetModule());
  145       ModuleSP module_sp(address.GetModule());
  282 ModuleSP Address::GetModule() const {
  283   lldb::ModuleSP module_sp;
  432       ModuleSP module_sp = section_sp->GetModule();
  484       ModuleSP module_sp(GetModule());
  689       ModuleSP module_sp(GetModule());
  804     ModuleSP module_sp(section_sp->GetModule());
  815 ModuleSP Address::CalculateSymbolContextModule() const {
  919   ModuleSP a_module_sp(a.GetModule());
  920   ModuleSP b_module_sp(b.GetModule());
  957   ModuleSP lhs_module_sp(lhs.GetModule());
  958   ModuleSP rhs_module_sp(rhs.GetModule());
  972   ModuleSP lhs_module_sp(lhs.GetModule());
  973   ModuleSP rhs_module_sp(rhs.GetModule());
  998   ModuleSP module_sp(GetModule());
tools/lldb/source/Core/AddressRange.cpp
  183       ModuleSP module_sp(GetBaseAddress().GetModule());
tools/lldb/source/Core/Disassembler.cpp
  442       ModuleSP module_sp(addr.GetModule());
  498       ModuleSP module_sp(addr.GetModule());
tools/lldb/source/Core/DynamicLoader.cpp
   76 ModuleSP DynamicLoader::GetTargetExecutable() {
   78   ModuleSP executable = target.GetExecutableModule();
  109 void DynamicLoader::UpdateLoadedSections(ModuleSP module, addr_t link_map_addr,
  115 void DynamicLoader::UpdateLoadedSectionsCommon(ModuleSP module,
  123 void DynamicLoader::UnloadSections(const ModuleSP module) {
  127 void DynamicLoader::UnloadSectionsCommon(const ModuleSP module) {
  141 DynamicLoader::GetSectionListFromModule(const ModuleSP module) const {
  152 ModuleSP DynamicLoader::LoadModuleAtAddress(const FileSpec &file,
  159   ModuleSP module_sp;
tools/lldb/source/Core/Module.cpp
  398 ModuleSP Module::CalculateSymbolContextModule() { return shared_from_this(); }
tools/lldb/source/Core/ModuleChild.cpp
   13 ModuleChild::ModuleChild(const lldb::ModuleSP &module_sp)
   24 lldb::ModuleSP ModuleChild::GetModule() const { return m_module_wp.lock(); }
   26 void ModuleChild::SetModule(const lldb::ModuleSP &module_sp) {
tools/lldb/source/Core/ModuleList.cpp
  136 void ModuleList::AppendImpl(const ModuleSP &module_sp, bool use_notifier) {
  145 void ModuleList::Append(const ModuleSP &module_sp, bool notify) {
  149 void ModuleList::ReplaceEquivalent(const ModuleSP &module_sp) {
  162       ModuleSP module_sp(m_modules[idx]);
  173 bool ModuleList::AppendIfNeeded(const ModuleSP &module_sp, bool notify) {
  202 bool ModuleList::RemoveImpl(const ModuleSP &module_sp, bool use_notifier) {
  221   ModuleSP module_sp(*pos);
  228 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) {
  232 bool ModuleList::ReplaceModule(const lldb::ModuleSP &old_module_sp,
  233                                const lldb::ModuleSP &new_module_sp) {
  317 ModuleSP ModuleList::GetModuleAtIndex(size_t idx) const {
  322 ModuleSP ModuleList::GetModuleAtIndexUnlocked(size_t idx) const {
  323   ModuleSP module_sp;
  449     ModuleSP module_sp(*pos);
  455 ModuleSP ModuleList::FindModule(const Module *module_ptr) const {
  456   ModuleSP module_sp;
  473 ModuleSP ModuleList::FindModule(const UUID &uuid) const {
  474   ModuleSP module_sp;
  546 ModuleSP ModuleList::FindFirstModule(const ModuleSpec &module_spec) const {
  547   ModuleSP module_sp;
  551     ModuleSP module_sp(*pos);
  614   ModuleSP module_sp(so_addr.GetModule());
  713                                    ModuleSP &module_sp,
  715                                    ModuleSP *old_module_sp_ptr,
  957 bool ModuleList::RemoveSharedModule(lldb::ModuleSP &module_sp) {
  996     std::function<bool(const ModuleSP &module_sp)> const &callback) const {
tools/lldb/source/Core/SearchFilter.cpp
  138 bool SearchFilter::ModulePasses(const ModuleSP &module_sp) { return true; }
  231       ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i));
  242 SearchFilter::DoModuleIteration(const lldb::ModuleSP &module_sp,
  267         ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i));
  294 SearchFilter::DoCUIteration(const ModuleSP &module_sp,
  381     const lldb::ModuleSP &module_sp) {
  404 bool SearchFilterByModule::ModulePasses(const ModuleSP &module_sp) {
  535 bool SearchFilterByModuleList::ModulePasses(const ModuleSP &module_sp) {
  762     ModuleSP module_sp(compUnit.GetModule());
  793     lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i);
tools/lldb/source/Core/Section.cpp
  147 Section::Section(const ModuleSP &module_sp, ObjectFile *obj_file,
  169                  const ModuleSP &module_sp, ObjectFile *obj_file,
  285   const ModuleSP a_module_sp = a.GetModule();
  286   const ModuleSP b_module_sp = b.GetModule();
  348     ModuleSP module_sp(GetModule());
tools/lldb/source/Core/ValueObject.cpp
  812       ModuleSP module_sp(GetModule());
 3196 ModuleSP ValueObject::GetModule() {
tools/lldb/source/Core/ValueObjectMemory.cpp
  228 lldb::ModuleSP ValueObjectMemory::GetModule() { return m_address.GetModule(); }
tools/lldb/source/Core/ValueObjectVariable.cpp
  243 lldb::ModuleSP ValueObjectVariable::GetModule() {
tools/lldb/source/Expression/DWARFExpression.cpp
   61 DWARFExpression::DWARFExpression(lldb::ModuleSP module_sp,
  518     lldb::ModuleSP new_module_sp,
  943   ModuleSP module_sp = m_module_wp.lock();
 1015     lldb::ModuleSP module_sp, const DataExtractor &opcodes,
tools/lldb/source/Expression/FunctionCaller.cpp
   55     lldb::ModuleSP jit_module_sp(m_jit_module_wp.lock());
   93     lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule());
tools/lldb/source/Expression/IRExecutionUnit.cpp
 1249 lldb::ModuleSP IRExecutionUnit::GetJITModule() {
 1258   lldb::ModuleSP jit_module_sp =
tools/lldb/source/Expression/LLVMUserExpression.cpp
   55     lldb::ModuleSP jit_module_sp(m_jit_module_wp.lock());
  362 lldb::ModuleSP LLVMUserExpression::GetJITModule() {
tools/lldb/source/Expression/REPL.cpp
  292       lldb::ModuleSP jit_module_sp;
tools/lldb/source/Expression/UserExpression.cpp
  145     std::string *fixed_expression, lldb::ModuleSP *jit_module_sp_ptr,
tools/lldb/source/Expression/UtilityFunction.cpp
   52     lldb::ModuleSP jit_module_sp(m_jit_module_wp.lock());
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   77     ModuleSP module_sp(target->GetImages().GetModuleAtIndex(i));
tools/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
   95   ModuleSP temp_addr_module_sp(resolved_addr.GetModule());
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
 1368         ModuleSP module_sp(m_inst->GetAddress().GetModule());
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  465     ModuleSP memory_module_sp =
  580 void DynamicLoaderDarwinKernel::KextImageInfo::SetModule(ModuleSP module_sp) {
  592 ModuleSP DynamicLoaderDarwinKernel::KextImageInfo::GetModule() {
  673   ModuleSP memory_module_sp =
  727       ModuleSP exe_module_sp = process->GetTarget().GetExecutableModule();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
  164     void SetModule(lldb::ModuleSP module);
  166     lldb::ModuleSP GetModule();
  202     lldb::ModuleSP m_module_sp;
  203     lldb::ModuleSP m_memory_module_sp;
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
   50   ModuleSP module = proc->GetTarget().GetExecutableModule();
  123   ModuleSP executable;
  171 ModuleSP DynamicLoaderHexagonDYLD::GetTargetExecutable() {
  173   ModuleSP executable = target.GetExecutableModule();
  186   ModuleSP module_sp(new Module(module_spec));
  215 void DynamicLoaderHexagonDYLD::UpdateLoadedSections(ModuleSP module,
  249 void DynamicLoaderHexagonDYLD::UnloadSections(const ModuleSP module) {
  366       ModuleSP module_sp =
  392       ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec);
  479   ModuleSP executable = GetTargetExecutable();
  485     ModuleSP module_sp =
  542     const ModuleSP module) const {
  564 DynamicLoaderHexagonDYLD::GetThreadLocalData(const lldb::ModuleSP module,
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
   45   lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
   93   void UpdateLoadedSections(lldb::ModuleSP module, lldb::addr_t link_map_addr,
  100   void UnloadSections(const lldb::ModuleSP module) override;
  126   lldb::ModuleSP GetTargetExecutable();
  133   GetSectionListFromModule(const lldb::ModuleSP module) const;
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
   94 ModuleSP DynamicLoaderDarwin::FindTargetModuleForImageInfo(
  115   ModuleSP module_sp(target_images.FindFirstModule(module_spec));
  159         ModuleSP module_to_remove(header.GetModule());
  199   ModuleSP dyld_sp(GetDYLDModule());
  202     ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
  551     ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx],
  566     ModuleSP dyld_sp = FindTargetModuleForImageInfo(image_infos[dyld_idx],
  582     ModuleSP dyld_sp =
  593 void DynamicLoaderDarwin::SetDYLDModule(lldb::ModuleSP &dyld_module_sp) {
  597 ModuleSP DynamicLoaderDarwin::GetDYLDModule() {
  598   ModuleSP dyld_sp(m_dyld_module_wp.lock());
  620     ModuleSP image_module_sp(
  635             ModuleSP commpage_image_module_sp(
  712   ModuleSP module_sp;
  999 lldb::ModuleSP DynamicLoaderDarwin::GetPThreadLibraryModule() {
 1000   ModuleSP module_sp = m_libpthread_module_wp.lock();
 1021     ModuleSP module_sp = GetPThreadLibraryModule();
 1037 DynamicLoaderDarwin::GetThreadLocalData(const lldb::ModuleSP module_sp,
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
   49   lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
   70   void SetDYLDModule(lldb::ModuleSP &dyld_module_sp);
   72   lldb::ModuleSP GetDYLDModule();
  179   lldb::ModuleSP FindTargetModuleForImageInfo(ImageInfo &image_info,
  198   lldb::ModuleSP GetPThreadLibraryModule();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  344     ModuleSP dyld_sp(GetDYLDModule());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  256       ModuleSP dyld_module_sp;
  610         ModuleSP unload_image_module_sp(
  733       ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
  936     ModuleSP exe_module_sp(FindTargetModuleForImageInfo(image_infos[exe_idx],
  951         ModuleSP dyld_module_sp(GetDYLDModule());
 1005         ModuleSP dyld_module_sp = GetDYLDModule();
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  100   ModuleSP executable_sp = GetTargetExecutable();
  179   ModuleSP executable;
  209 void DynamicLoaderPOSIXDYLD::UpdateLoadedSections(ModuleSP module,
  217 void DynamicLoaderPOSIXDYLD::UnloadSections(const ModuleSP module) {
  332     ModuleSP interpreter = LoadInterpreterModule();
  424       ModuleSP module_sp =
  440       ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec);
  517   if (ModuleSP module_sp = m_process->ReadModuleFromMemory(
  524 ModuleSP DynamicLoaderPOSIXDYLD::LoadInterpreterModule() {
  541   if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, 
  568   ModuleSP executable = GetTargetExecutable();
  578     ModuleSP module_sp =
  605   ModuleSP module = m_process->GetTarget().GetExecutableModule();
  656 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp,
  708     lldb::ModuleSP &module_sp) {
  756   ModuleSP module_sp;
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
   51   lldb::addr_t GetThreadLocalData(const lldb::ModuleSP module,
  110   void UpdateLoadedSections(lldb::ModuleSP module, lldb::addr_t link_map_addr,
  117   void UnloadSections(const lldb::ModuleSP module) override;
  141   lldb::ModuleSP LoadInterpreterModule();
  157   void ResolveExecutableModule(lldb::ModuleSP &module_sp);
tools/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
   80     ModuleSP module_sp(module_list.GetModuleAtIndexUnlocked(idx));
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
   65 void DynamicLoaderWindowsDYLD::OnLoadModule(lldb::ModuleSP module_sp,
   90   ModuleSP module_sp = resolved_addr.GetModule();
  100 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) {
  127     ModuleSP executable = GetTargetExecutable();
  157   ModuleSP executable = GetTargetExecutable();
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
   32   void OnLoadModule(lldb::ModuleSP module_sp, const ModuleSpec module_spec,
   46   lldb::addr_t GetLoadAddress(lldb::ModuleSP executable);
   49   std::map<lldb::ModuleSP, lldb::addr_t> m_loaded_modules;
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
   76     for (lldb::ModuleSP module_sp : m_target->GetImages().Modules()) {
  812     NameSearchContext &context, lldb::ModuleSP module_sp,
  845       lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
 1895       lldb::ModuleSP module_sp = i->first;
 1923       lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  301                                 lldb::ModuleSP module,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  567         ModuleSP reexport_module_sp;
  640     Target &target, ModuleSP &module, ConstString name,
  775     NameSearchContext &context, lldb::ModuleSP module_sp,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
  303                                 lldb::ModuleSP module,
  420   lldb::VariableSP FindGlobalVariable(Target &target, lldb::ModuleSP &module,
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  686     lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
  127       lldb::ModuleSP jit_module_sp(m_execution_unit_sp->GetJITModule());
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
   67     const lldb::ModuleSP module_sp) {
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.h
   48   bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
   66     const lldb::ModuleSP module_sp) {
   81   ModuleSP runtime_module_sp = GetRuntimeModuleSP();
  195   ModuleSP runtime_module_sp = GetRuntimeModuleSP();
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.h
   51     bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  570   ModuleSP module = symbol->CalculateSymbolContextModule();
  586   ModuleSP runtime_module_sp = GetRuntimeModuleSP();
  882     const lldb::ModuleSP module_sp) {
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.h
   51   bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  121   ModuleSP runtime_module_sp = GetRuntimeModuleSP();
  244     const lldb::ModuleSP module_sp) {
  260   ModuleSP runtime_module_sp = GetRuntimeModuleSP();
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.h
   52   bool CheckIfRuntimeIsValid(const lldb::ModuleSP module_sp) override;
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
  317     ModuleSP module_sp;
tools/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
   73   typedef std::map<lldb::addr_t, const lldb::ModuleSP> JITObjectMap;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  200 lldb::ModuleSP AppleObjCRuntime::GetObjCModule() {
  201   ModuleSP module_sp(m_objc_module_wp.lock());
  287 bool AppleObjCRuntime::AppleIsModuleObjCLibrary(const ModuleSP &module_sp) {
  306       lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx);
  325 bool AppleObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) {
  329 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) {
  353 AppleObjCRuntime::GetObjCVersion(Process *process, ModuleSP &objc_module_sp) {
  367     ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
   61   bool IsModuleObjCLibrary(const lldb::ModuleSP &module_sp) override;
   63   bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) override;
   72   lldb::ModuleSP GetObjCModule();
  109   static bool AppleIsModuleObjCLibrary(const lldb::ModuleSP &module_sp);
  112                                             lldb::ModuleSP &objc_module_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
   74     ModuleSP objc_module_sp;
  292     ModuleSP objc_module_sp(GetObjCModule());
  336     ModuleSP objc_module_sp(GetObjCModule());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  376                            const ModuleSP &module_sp, Status &error,
  414                                        const ModuleSP &objc_module_sp)
  497     ModuleSP objc_module_sp;
 1231   ModuleSP objc_module_sp(GetObjCModule());
 1261     ModuleSP objc_module_sp(GetObjCModule());
 1612         lldb::ModuleSP mod_sp = images.GetModuleAtIndexUnlocked(i);
 1813   ModuleSP objc_module_sp(GetObjCModule());
 1842     ModuleSP objc_module_sp(GetObjCModule());
 2084     AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) {
 2152     AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) {
 2479     AppleObjCRuntimeV2 &runtime, const ModuleSP &objc_module_sp,
 2549         ModuleSP objc_module_sp(m_objc_module_wp.lock());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
  132                    const lldb::ModuleSP &objc_module_sp);
  138                        const lldb::ModuleSP &objc_module_sp,
  177                    const lldb::ModuleSP &objc_module_sp);
  290   AppleObjCRuntimeV2(Process *process, const lldb::ModuleSP &objc_module_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  432     const ProcessSP &process_sp, const ModuleSP &objc_module_sp)
  658     const ProcessSP &process_sp, const ModuleSP &objc_module_sp)
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
   24                              const lldb::ModuleSP &objc_module_sp);
  111                      const lldb::ModuleSP &objc_module_sp);
  135     lldb::ModuleSP m_objc_module_sp;
  145   lldb::ModuleSP m_objc_module_sp;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
  114     ModuleSP module_sp(sc.module_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  233   virtual bool IsModuleObjCLibrary(const lldb::ModuleSP &module_sp) = 0;
  235   virtual bool ReadObjCLibrary(const lldb::ModuleSP &module_sp) = 0;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  431 bool IsRenderScriptScriptModule(ModuleSP module) {
  466 bool SkipPrologue(lldb::ModuleSP &module, Address &addr) {
  794   ModuleSP module = context.module_sp;
  830   ModuleSP module = context.module_sp;
  889   ModuleSP &module = context.module_sp;
  966 RenderScriptRuntime::GetModuleKind(const lldb::ModuleSP &module_sp) {
  991     const lldb::ModuleSP &module_sp) {
 1531 void RenderScriptRuntime::LoadRuntimeHooks(lldb::ModuleSP module,
 1627   const ModuleSP module = rsmodule_sp->m_module;
 2741 bool RenderScriptRuntime::LoadModule(const lldb::ModuleSP &module_sp) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  218   RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {}
  228   const lldb::ModuleSP m_module;
  328   static bool IsRenderScriptModule(const lldb::ModuleSP &module_sp);
  330   static ModuleKind GetModuleKind(const lldb::ModuleSP &module_sp);
  350   bool LoadModule(const lldb::ModuleSP &module_sp);
  429   void LoadRuntimeHooks(lldb::ModuleSP module, ModuleKind kind);
  469   lldb::ModuleSP m_libRS;
  470   lldb::ModuleSP m_libRSDriver;
  471   lldb::ModuleSP m_libRSCpuRef;
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
  287     const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
  369     const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
  383       ModuleSP module_sp(GetModule());
  422   ModuleSP module_sp(GetModule());
tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
   26   ObjectContainerBSDArchive(const lldb::ModuleSP &module_sp,
   44   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
   43     const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
   70     const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
  168   ModuleSP module_sp(GetModule());
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
   18   ObjectContainerUniversalMachO(const lldb::ModuleSP &module_sp,
   36   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
   63     const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset,
   90     const ModuleSP &module_sp, DataBufferSP &data_sp,
  108 ObjectFileBreakpad::ObjectFileBreakpad(const ModuleSP &module_sp,
tools/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
   30   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   34   static ObjectFile *CreateMemoryInstance(const lldb::ModuleSP &module_sp,
   98   ObjectFileBreakpad(const lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  327 ObjectFile *ObjectFileELF::CreateInstance(const lldb::ModuleSP &module_sp,
  371     const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
  627 ObjectFileELF::ObjectFileELF(const lldb::ModuleSP &module_sp,
  636 ObjectFileELF::ObjectFileELF(const lldb::ModuleSP &module_sp,
  648   ModuleSP module_sp = GetModule();
 1969   ModuleSP module_sp(GetModule());
 2685   ModuleSP module_sp(GetModule());
 2928   ModuleSP module_sp(GetModule());
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
   69   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   74       const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
  163   ObjectFileELF(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
  167   ObjectFileELF(const lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
   63 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp,
   74 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp,
   91 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp,
  117   ModuleSP module_sp(GetModule());
  150   ModuleSP module_sp(GetModule());
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
   19   ObjectFileJIT(const lldb::ModuleSP &module_sp,
   34   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   39       const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
  774 ObjectFile *ObjectFileMachO::CreateInstance(const lldb::ModuleSP &module_sp,
  806     const lldb::ModuleSP &module_sp, DataBufferSP &data_sp,
  897 ObjectFileMachO::ObjectFileMachO(const lldb::ModuleSP &module_sp,
  911 ObjectFileMachO::ObjectFileMachO(const lldb::ModuleSP &module_sp,
  978   ModuleSP module_sp(GetModule());
 1245   ModuleSP module_sp(GetModule());
 1261     ModuleSP module_sp(GetModule());
 1541   ModuleSP module_sp = GetModule();
 1820   ModuleSP module_sp(GetModule());
 2049   ModuleSP module_sp(GetModule());
 4706   ModuleSP module_sp(GetModule());
 4984     ModuleSP module_sp, const llvm::MachO::mach_header &header,
 5010   ModuleSP module_sp(GetModule());
 5021   ModuleSP module_sp(GetModule());
 5157   ModuleSP module_sp(GetModule());
 5277       ModuleSP module_sp(GetModule());
 5310   ModuleSP module_sp(GetModule());
 5337   ModuleSP module_sp(GetModule());
 5408   ModuleSP module_sp(GetModule());
 5462   ModuleSP module_sp(GetModule());
 5602   ModuleSP module_sp(GetModule());
 5639   ModuleSP module_sp(GetModule());
 5922   ModuleSP module_sp = GetModule();
 5963   ModuleSP module_sp = GetModule();
 5975   ModuleSP module_sp = GetModule();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
   24   ObjectFileMachO(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   29   ObjectFileMachO(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   44   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   49       const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
  150       lldb::ModuleSP module_sp, const llvm::MachO::mach_header &header,
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  114 ObjectFile *ObjectFilePECOFF::CreateInstance(const lldb::ModuleSP &module_sp,
  150     const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
  270 ObjectFilePECOFF::ObjectFilePECOFF(const lldb::ModuleSP &module_sp,
  283 ObjectFilePECOFF::ObjectFilePECOFF(const lldb::ModuleSP &module_sp,
  297   ModuleSP module_sp(GetModule());
  323   ModuleSP module_sp = GetModule();
  628   ModuleSP module_sp(GetModule());
  789   ModuleSP module_sp(GetModule());
  804     ModuleSP module_sp(GetModule());
  943   ModuleSP module_sp(GetModule());
 1037   ModuleSP module_sp(GetModule());
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
   44   ObjectFilePECOFF(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   49   ObjectFilePECOFF(const lldb::ModuleSP &module_sp,
   65   CreateInstance(const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
   70       const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp,
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  297 Status PlatformAndroid::DownloadSymbolFile(const lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.h
   67   Status DownloadSymbolFile(const lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  212     const lldb_private::ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
  214     lldb::ModuleSP *old_module_sp_ptr, bool *did_create_ptr) {
  333     const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp,
  334     const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr,
  471     lldb_private::Target &target, const lldb::ModuleSP &module_sp) {
 1543     ModuleSP exe_module_sp = target->GetExecutableModule();
 1697                                                    ModuleSP &module_sp, 
 1699                                                    ModuleSP *old_module_sp_ptr, bool *did_create_ptr)
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
   40                   lldb_private::Process *process, lldb::ModuleSP &module_sp,
   42                   lldb::ModuleSP *old_module_sp_ptr,
   53       lldb_private::Target &target, const lldb::ModuleSP &module_sp) override;
   94       const lldb_private::ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
   96       lldb::ModuleSP *old_module_sp_ptr, bool *did_create_ptr);
  128                                      lldb::ModuleSP &module_sp, const lldb_private::FileSpecList *module_search_paths_ptr, 
  129                                      lldb::ModuleSP *old_module_sp_ptr, bool *did_create_ptr);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  157   ModuleSP exe_module_sp(target.GetExecutableModule());
  299     lldb::ModuleSP &module_sp,
  301     lldb::ModuleSP *old_module_sp_ptr, bool *did_create_ptr) {
  314         lldb::ModuleSP x86_64_module_sp;
  315         lldb::ModuleSP old_x86_64_module_sp;
tools/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
   41                   lldb_private::Process *process, lldb::ModuleSP &module_sp,
   43                   lldb::ModuleSP *old_module_sp_ptr,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
   68     const ModuleSpec &ms, lldb::ModuleSP &exe_module_sp,
  511     const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp,
  512     const FileSpecList *module_search_paths_ptr, ModuleSP *old_module_sp_ptr,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
   27       const lldb_private::ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
   39                   lldb_private::Process *process, lldb::ModuleSP &module_sp,
   41                   lldb::ModuleSP *old_module_sp_ptr,
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   69                                  lldb::ModuleSP &exe_module_sp,
  525         ModuleSP exe_module_sp = target->GetExecutableModule();
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
   41       const lldb_private::ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  160     const ModuleSpec &ms, lldb::ModuleSP &exe_module_sp,
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.h
   41                     lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
   95     const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
   45   ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  150   ModuleSP pc_module_sp(m_current_pc.GetModule());
  332   ModuleSP pc_module_sp(m_current_pc.GetModule());
  637   ModuleSP pc_module_sp(m_current_pc.GetModule());
  739   ModuleSP pc_module_sp(m_current_pc.GetModule());
 1503     ModuleSP opcode_ctx;
 1856     ModuleSP opcode_ctx;
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  235   lldb::ModuleSP exe_module_sp = GetTarget().GetExecutableModule();
  913   lldb::ModuleSP module_sp = GetTarget().GetExecutableModule();
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
  125   lldb::ModuleSP m_core_module_sp;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4803 lldb::ModuleSP ProcessGDBRemote::LoadModuleAtAddress(const FileSpec &file,
 4844     lldb::ModuleSP module_sp =
 4857       const lldb::ModuleSP loaded_module = loaded_modules.GetModuleAtIndex(i);
 4884       lldb::ModuleSP module_copy_sp = module_sp;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  395   lldb::ModuleSP LoadModuleAtAddress(const FileSpec &file,
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  368           ModuleSP module_sp(new Module(module_spec));
  371             ModuleSP exe_module_sp(GetTarget().GetExecutableModule());
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
  118   lldb::ModuleSP m_core_module_sp;
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
   51   PlaceholderObjectFile(const lldb::ModuleSP &module_sp,
  432     lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec,
  501   lldb::ModuleSP module_sp = GetTarget().GetExecutableModule();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  139   ModuleSP dwo_module_sp = die.GetContainingDWOModule();
 1176         ModuleSP module_sp = die.GetModule();
 2099           ModuleSP module_sp = dwarf->GetObjectFile()->GetModule();
 2367       ModuleSP module_sp(die.GetModule());
 2471   ModuleSP module_sp = parent_die.GetDWARF()->GetObjectFile()->GetModule();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
  166   lldb::ModuleSP GetModuleForType(const DWARFDIE &die);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
   84 lldb::ModuleSP DWARFBaseDIE::GetModule() const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
  103   lldb::ModuleSP GetModule() const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  429 lldb::ModuleSP DWARFDIE::GetContainingDWOModule() const {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
   25   lldb::ModuleSP GetContainingDWOModule() const;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  238   lldb::ModuleSP module = dwarf.GetObjectFile()->GetModule();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  183     const lldb::ModuleSP &module,
  575   ModuleSP module_sp(m_objfile_sp->GetModule());
  704       ModuleSP module_sp(m_objfile_sp->GetModule());
  850     CompileUnit &comp_unit, llvm::function_ref<void(ModuleSP)> f) {
  854     ModuleSP module = p.second;
 1510 lldb::ModuleSP SymbolFileDWARF::GetDWOModule(ConstString name) {
 1612           ModuleSP module_sp;
 1674     ModuleSP module_sp = GetObjectFile()->GetModule();
 1970   lldb::ModuleSP module_sp(m_debug_map_module_wp.lock());
 2429       if (ModuleSP external_module_sp = pair.second) 
 3148   ModuleSP module = GetObjectFile()->GetModule();
 3729 CollectCallEdges(ModuleSP module, DWARFDIE function_die) {
 3823     lldb::ModuleSP module_sp(m_debug_map_module_wp.lock());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  110                         llvm::function_ref<void(lldb::ModuleSP)> f) override;
  256   lldb::ModuleSP GetDWOModule(lldb_private::ConstString name);
  258   typedef std::map<lldb_private::ConstString, lldb::ModuleSP>
  395   void SetDebugMapModule(const lldb::ModuleSP &module_sp) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
   73       ModuleSP oso_module_sp(oso_objfile->GetModule());
  167   DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx,
  183     ModuleSP exe_module_sp(m_exe_module_wp.lock());
  656     CompileUnit &comp_unit, llvm::function_ref<void(ModuleSP)> f) {
  978 static void RemoveFunctionsWithModuleNotEqualTo(const ModuleSP &module_sp,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
   58                         llvm::function_ref<void(lldb::ModuleSP)> f) override;
  141     lldb::ModuleSP module_sp;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   42 SymbolFileDWARFDwp::Create(lldb::ModuleSP module_sp,
   78 SymbolFileDWARFDwp::SymbolFileDWARFDwp(lldb::ModuleSP module_sp,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h
   24   Create(lldb::ModuleSP module_sp, const lldb_private::FileSpec &file_spec);
   33   explicit SymbolFileDWARFDwp(lldb::ModuleSP module_sp,
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
  107 static DWARFExpression MakeLocationExpressionInternal(lldb::ModuleSP module,
  133     lldb::ModuleSP module) {
  162     llvm::codeview::RegisterId reg, lldb::ModuleSP module) {
  167     llvm::codeview::RegisterId reg, int32_t offset, lldb::ModuleSP module) {
  179     llvm::StringRef fpo_program, int32_t offset, lldb::ModuleSP module) {
  199     uint16_t section, uint32_t offset, ModuleSP module) {
  223     ModuleSP module) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
   28                                    lldb::ModuleSP module);
   32                                              lldb::ModuleSP module);
   35                                                 lldb::ModuleSP module);
   37                                              lldb::ModuleSP module);
   40     const llvm::APSInt &constant, lldb::ModuleSP module);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  582     lldb::ModuleSP module) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
  145                                      lldb::ModuleSP module);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  834   ModuleSP module = GetObjectFile()->GetModule();
 1336   ModuleSP module = GetObjectFile()->GetModule();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
   67     ModuleSP module, const PDBSymbolData &symbol,
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
   43 ConvertPDBLocationToDWARFExpression(lldb::ModuleSP module,
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
   29 SymbolVendorELF::SymbolVendorELF(const lldb::ModuleSP &module_sp)
   60 SymbolVendorELF::CreateInstance(const lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
   18   SymbolVendorELF(const lldb::ModuleSP &module_sp);
   32   CreateInstance(const lldb::ModuleSP &module_sp,
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  274   ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule(
  328   ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule(
  376   ModuleSP module_sp(m_process->GetTarget().GetImages().FindFirstModule(
tools/lldb/source/Symbol/Block.cpp
  131 lldb::ModuleSP Block::CalculateSymbolContextModule() {
  329       ModuleSP module_sp(m_parent_scope->CalculateSymbolContextModule());
  465   if (ModuleSP module_sp = CalculateSymbolContextModule())
tools/lldb/source/Symbol/CompileUnit.cpp
   19 CompileUnit::CompileUnit(const lldb::ModuleSP &module_sp, void *user_data,
   32 CompileUnit::CompileUnit(const lldb::ModuleSP &module_sp, void *user_data,
   52 ModuleSP CompileUnit::CalculateSymbolContextModule() { return GetModule(); }
  356 void CompileUnit::ForEachExternalModule(llvm::function_ref<void(ModuleSP)> f) {
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  162   ModuleSP module_sp = addr.GetModule();
  176   ModuleSP module_sp = addr.GetModule();
tools/lldb/source/Symbol/Function.cpp
  302     ModuleSP module_sp = CalculateSymbolContextModule();
  365 ModuleSP Function::CalculateSymbolContextModule() {
  382   ModuleSP module_sp(GetAddressRange().GetBaseAddress().GetModule());
  448   ModuleSP module_sp = CalculateSymbolContextModule();
tools/lldb/source/Symbol/LineTable.cpp
  248   ModuleSP module_sp(m_comp_unit->GetModule());
tools/lldb/source/Symbol/ObjectFile.cpp
   32 ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file,
  170 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp,
  259 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp,
  284 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp,
  308   ModuleSP module_sp(GetModule());
  592   ModuleSP module_sp(GetModule());
  606       ModuleSP module_sp(GetModule());
tools/lldb/source/Symbol/Symbol.cpp
  272         ModuleSP module_sp(base_address.GetModule());
  389 ModuleSP Symbol::CalculateSymbolContextModule() {
  400     ModuleSP module_sp(GetAddressRef().GetModule());
  417   ModuleSP module_sp;
  543   ModuleSP module_sp(m_addr_range.GetBaseAddress().GetModule());
tools/lldb/source/Symbol/SymbolContext.cpp
   33 SymbolContext::SymbolContext(const ModuleSP &m, CompileUnit *cu, Function *f,
   41 SymbolContext::SymbolContext(const TargetSP &t, const ModuleSP &m,
  824               ModuleSP reexport_module_sp;
  977     lldb::ModuleSP module_sp(
tools/lldb/source/Symbol/SymbolFile.cpp
   44     lldb::ModuleSP module_sp(objfile_sp->GetModule());
tools/lldb/source/Symbol/SymbolVendor.cpp
   26 SymbolVendor *SymbolVendor::FindPlugin(const lldb::ModuleSP &module_sp,
   60 SymbolVendor::SymbolVendor(const lldb::ModuleSP &module_sp)
   68   ModuleSP module_sp(GetModule());
tools/lldb/source/Symbol/Type.cpp
  716 ModuleSP Type::GetModule() {
  841 bool TypeImpl::CheckModule(lldb::ModuleSP &module_sp) const {
  880   ModuleSP module_sp;
  895   ModuleSP module_sp;
  905   ModuleSP module_sp;
  915   ModuleSP module_sp;
  927   ModuleSP module_sp;
  939   ModuleSP module_sp;
  951   ModuleSP module_sp;
  963   ModuleSP module_sp;
  975   ModuleSP module_sp;
  987   ModuleSP module_sp;
  999   ModuleSP module_sp;
 1011   ModuleSP module_sp;
 1024   ModuleSP module_sp;
tools/lldb/source/Symbol/Variable.cpp
  163       ModuleSP module_sp(m_owner_scope->CalculateSymbolContextModule());
  459         ModuleSP module_sp(m_owner_scope->CalculateSymbolContextModule());
tools/lldb/source/Target/LanguageRuntime.cpp
   30 bool ExceptionSearchFilter::ModulePasses(const lldb::ModuleSP &module_sp) {
tools/lldb/source/Target/ModuleCache.cpp
  216                         ModuleSP &cached_module_sp, bool *did_create_ptr) {
  273                               lldb::ModuleSP &cached_module_sp,
tools/lldb/source/Target/Platform.cpp
  215                                  Process *process, ModuleSP &module_sp,
  217                                  ModuleSP *old_module_sp_ptr,
  850                             lldb::ModuleSP &exe_module_sp,
 1501     ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
 1515     const ModuleSpec &module_spec, lldb::ModuleSP &module_sp,
 1527                                        lldb::ModuleSP &module_sp,
 1592                                      lldb::ModuleSP &module_sp,
 1672 Status Platform::DownloadSymbolFile(const lldb::ModuleSP &module_sp,
tools/lldb/source/Target/Process.cpp
 2393 ModuleSP Process::ReadModuleFromMemory(const FileSpec &file_spec,
 2402   ModuleSP module_sp(new Module(file_spec, ArchSpec()));
 2935       ModuleSP exe_module_sp = GetTarget().GetExecutableModule();
 2952       ModuleSP exe_module_sp = GetTarget().GetExecutableModule();
 2977   ModuleSP new_executable_module_sp;
 2980     ModuleSP module_sp(target_modules.GetModuleAtIndexUnlocked(i));
 2991       ModuleSP exe_module_sp = GetTarget().GetExecutableModule();
tools/lldb/source/Target/RegisterContext.cpp
   84   ModuleSP opcode_ctx;
tools/lldb/source/Target/SectionLoadList.cpp
   67   ModuleSP module_sp(section->GetModule());
  103         ModuleSP module_sp(section->GetModule());
  105           ModuleSP curr_module_sp(ats_pos->second->GetModule());
  142       ModuleSP module_sp = section_sp->GetModule();
  177     ModuleSP module_sp = section_sp->GetModule();
tools/lldb/source/Target/StackFrame.cpp
  130   ModuleSP pc_module_sp(pc_addr.GetModule());
  204           ModuleSP module_sp(m_frame_code_addr.GetModule());
tools/lldb/source/Target/StackFrameRecognizer.cpp
   97     ModuleSP module_sp = symctx.module_sp;
tools/lldb/source/Target/Target.cpp
 1334 ModuleSP Target::GetExecutableModule() {
 1337     ModuleSP module_sp = m_images.GetModuleAtIndex(i);
 1352 static void LoadScriptingResourceForModule(const ModuleSP &module_sp,
 1384 void Target::SetExecutableModule(ModuleSP &executable_sp,
 1438         ModuleSP image_module_sp(
 1516   ModuleSP executable_sp = GetExecutableModule();
 1568                                const ModuleSP &module_sp) {
 1578                                  const ModuleSP &module_sp) {
 1588                                  const ModuleSP &old_module_sp,
 1589                                  const ModuleSP &new_module_sp) {
 1607       ModuleSP module_sp(module_list.GetModuleAtIndex(idx));
 1669     const lldb::ModuleSP &module_sp) {
 1688     ModuleSP module_sp(section_sp->GetModule());
 1757       ModuleSP addr_module_sp(resolved_addr.GetModule());
 1948 ModuleSP Target::GetOrCreateModule(const ModuleSpec &module_spec, bool notify,
 1950   ModuleSP module_sp;
 1962     ModuleSP old_module_sp; // This will get filled in if we have a new version
 2111   ModuleSP exe_module_sp(target->GetExecutableModule());
 2444     ModuleSP module_sp(modules.GetModuleAtIndex(idx));
 2708           ModuleSP module_sp(modules.GetModuleAtIndex(idx));
 2785 size_t Target::UnloadModuleSections(const lldb::ModuleSP &module_sp) {
 3004   const ModuleSP old_exec_module_sp = GetExecutableModule();
tools/lldb/source/Target/TargetList.cpp
  373     ModuleSP exe_module_sp;
tools/lldb/source/Target/Thread.cpp
 1820 addr_t Thread::GetThreadLocalData(const ModuleSP module,
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
   26                                        lldb::ModuleSP module_sp = {},
   52   const lldb::ModuleSP m_module_sp;
   59   YAMLObjectFile(const lldb::ModuleSP &module_sp,
  123   lldb::ModuleSP m_module_sp;
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
  203   ModuleSP module_sp = std::make_shared<Module>(ModuleSpec(FileSpec(ExpectedFile->name())));
tools/lldb/unittests/Symbol/TestLineEntry.cpp
   48   ModuleSP m_module_sp;
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
   75   lldb::ModuleSP module = std::make_shared<Module>(fspec, aspec);
tools/lldb/unittests/Target/ModuleCacheTest.cpp
  105   ModuleSP module_sp;