Home
last modified time | relevance | path

Searched defs:module_sp (Results 1 – 25 of 113) sorted by relevance

12345

/external/llvm-project/lldb/source/API/
DSBModule.cpp36 SBModule::SBModule(const lldb::ModuleSP &module_sp) : m_opaque_sp(module_sp) {} in SBModule()
41 ModuleSP module_sp; in SBModule() local
100 ModuleSP module_sp(GetSP()); in GetFileSpec() local
112 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec() local
125 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec() local
139 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec() local
149 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec() local
161 ModuleSP module_sp(GetSP()); in GetUUIDBytes() local
172 ModuleSP module_sp(GetSP()); in GetUUIDString() local
208 void SBModule::SetSP(const ModuleSP &module_sp) { m_opaque_sp = module_sp; } in SetSP()
[all …]
/external/llvm-project/lldb/source/Symbol/
DSymbolVendor.cpp26 SymbolVendor *SymbolVendor::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
60 SymbolVendor::SymbolVendor(const lldb::ModuleSP &module_sp) in SymbolVendor()
65 ModuleSP module_sp(GetModule()); in AddSymbolFileRepresentation() local
DType.cpp906 ModuleSP module_sp; in IsValid() local
921 lldb::ModuleSP module_sp; in GetModule() local
928 ModuleSP module_sp; in GetName() local
938 ModuleSP module_sp; in GetDisplayTypeName() local
948 ModuleSP module_sp; in GetPointerType() local
960 ModuleSP module_sp; in GetPointeeType() local
972 ModuleSP module_sp; in GetReferenceType() local
984 ModuleSP module_sp; in GetTypedefedType() local
996 ModuleSP module_sp; in GetDereferencedType() local
1008 ModuleSP module_sp; in GetUnqualifiedType() local
[all …]
DObjectFile.cpp32 ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file, in FindPlugin()
170 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
261 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp, in ObjectFile()
286 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp, in ObjectFile()
310 ModuleSP module_sp(GetModule()); in SetModulesArchitecture() local
596 ModuleSP module_sp(GetModule()); in ClearSymtab() local
610 ModuleSP module_sp(GetModule()); in GetSectionList() local
DSymbol.cpp273 ModuleSP module_sp(base_address.GetModule()); in GetPrologueByteSize() local
401 ModuleSP module_sp(GetAddressRef().GetModule()); in DumpSymbolContext() local
418 ModuleSP module_sp; in ResolveReExportedSymbolInModuleSpec() local
543 ModuleSP module_sp(m_addr_range.GetBaseAddress().GetModule()); in GetInstructions() local
/external/llvm-project/lldb/source/Core/
DModuleChild.cpp13 ModuleChild::ModuleChild(const lldb::ModuleSP &module_sp) in ModuleChild()
26 void ModuleChild::SetModule(const lldb::ModuleSP &module_sp) { in SetModule()
DModuleList.cpp161 void ModuleList::AppendImpl(const ModuleSP &module_sp, bool use_notifier) { in AppendImpl()
170 void ModuleList::Append(const ModuleSP &module_sp, bool notify) { in Append()
175 const ModuleSP &module_sp, in ReplaceEquivalent()
203 bool ModuleList::AppendIfNeeded(const ModuleSP &module_sp, bool notify) { in AppendIfNeeded()
232 bool ModuleList::RemoveImpl(const ModuleSP &module_sp, bool use_notifier) { in RemoveImpl()
251 ModuleSP module_sp(*pos); in RemoveImpl() local
258 bool ModuleList::Remove(const ModuleSP &module_sp, bool notify) { in Remove()
363 ModuleSP module_sp; in GetModuleAtIndexUnlocked() local
490 ModuleSP module_sp(*pos); in FindModules() local
497 ModuleSP module_sp; in FindModule() local
[all …]
DSearchFilter.cpp139 bool SearchFilter::ModulePasses(const ModuleSP &module_sp) { return true; } in ModulePasses()
235 ModuleSP module_sp(modules.GetModuleAtIndexUnlocked(i)); in SearchInModuleList() local
244 SearchFilter::DoModuleIteration(const lldb::ModuleSP &module_sp, in DoModuleIteration()
272 ModuleSP module_sp(target_images.GetModuleAtIndexUnlocked(i)); in DoModuleIteration() local
298 SearchFilter::DoCUIteration(const ModuleSP &module_sp, in DoCUIteration()
385 const lldb::ModuleSP &module_sp) { in ModulePasses()
406 bool SearchFilterByModule::ModulePasses(const ModuleSP &module_sp) { in ModulePasses()
520 bool SearchFilterByModuleList::ModulePasses(const ModuleSP &module_sp) { in ModulePasses()
733 ModuleSP module_sp(compUnit.GetModule()); in CompUnitPasses() local
761 lldb::ModuleSP module_sp = target_images.GetModuleAtIndexUnlocked(i); in Search() local
DAddress.cpp91 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() local
145 ModuleSP module_sp(address.GetModule()); in ReadAddress() local
283 lldb::ModuleSP module_sp; in GetModule() local
432 ModuleSP module_sp = section_sp->GetModule(); in Dump() local
484 ModuleSP module_sp(GetModule()); in Dump() local
689 ModuleSP module_sp(GetModule()); in Dump() local
803 ModuleSP module_sp(section_sp->GetModule()); in CalculateSymbolContext() local
997 ModuleSP module_sp(GetModule()); in GetAddressClass() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp159 for (auto module_sp : module_list.Modules()) { in DidAttach() local
426 ModuleSP module_sp = in RefreshModules() local
442 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules() local
519 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( in LoadVDSO() local
543 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, in LoadInterpreterModule() local
580 ModuleSP module_sp = in LoadAllCurrentModules() local
658 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData()
710 lldb::ModuleSP &module_sp) { in ResolveExecutableModule()
758 ModuleSP module_sp; in AlwaysRelyOnEHUnwindInfo() local
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp94 auto module_sp = std::make_shared<Module>(ExpectedFile->moduleSpec()); in TEST_F() local
212 auto module_sp = std::make_shared<Module>(ExpectedFile->moduleSpec()); in TEST_F() local
274 auto module_sp = std::make_shared<Module>(ExpectedFile->moduleSpec()); in TEST_F() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.cpp65 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance()
76 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp, in CreateMemoryInstance()
93 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp, in ObjectFileJIT()
119 ModuleSP module_sp(GetModule()); in GetSymtab() local
152 ModuleSP module_sp(GetModule()); in Dump() local
/external/llvm-project/lldb/source/Target/
DSectionLoadList.cpp67 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local
103 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local
142 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
177 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp95 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
147 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
234 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileWasm()
242 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm()
355 ModuleSP module_sp = GetModule(); in SetLoadAddress() local
423 ModuleSP module_sp(GetModule()); in Dump() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp84 ObjectFile *ObjectFilePECOFF::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance()
120 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, in CreateMemoryInstance()
240 ObjectFilePECOFF::ObjectFilePECOFF(const lldb::ModuleSP &module_sp, in ObjectFilePECOFF()
253 ObjectFilePECOFF::ObjectFilePECOFF(const lldb::ModuleSP &module_sp, in ObjectFilePECOFF()
267 ModuleSP module_sp(GetModule()); in ParseHeader() local
294 ModuleSP module_sp = GetModule(); in SetLoadAddress() local
597 ModuleSP module_sp(GetModule()); in GetSymtab() local
825 ModuleSP module_sp(GetModule()); in CreateSections() local
841 ModuleSP module_sp(GetModule()); in CreateSections() local
891 ModuleSP module_sp(GetModule()); in ParseDependentModules() local
[all …]
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.cpp95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
105 ObjectFile *ObjectFilePDB::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance()
163 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFilePDB()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp218 ModuleSP module_sp(m_objc_module_wp.lock()); in GetObjCModule() local
305 bool AppleObjCRuntime::AppleIsModuleObjCLibrary(const ModuleSP &module_sp) { in AppleIsModuleObjCLibrary()
324 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion() local
343 bool AppleObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary()
347 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary()
385 ModuleSP module_sp = target_modules.GetModuleAtIndexUnlocked(i); in GetObjCVersion() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.cpp65 const ModuleSP &module_sp, DataBufferSP &data_sp, offset_t data_offset, in CreateInstance()
92 const ModuleSP &module_sp, DataBufferSP &data_sp, in CreateMemoryInstance()
110 ObjectFileBreakpad::ObjectFileBreakpad(const ModuleSP &module_sp, in ObjectFileBreakpad()
/external/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.cpp46 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
73 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectContainerUniversalMachO()
171 ModuleSP module_sp(GetModule()); in GetObjectFile() local
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverAddress.cpp71 ModuleSP module_sp = section_sp->GetModule(); in SerializeToStructuredData() local
133 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback() local
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp188 ModuleSP module_sp(new Module(module_spec)); in GetTargetExecutable() local
368 ModuleSP module_sp = in RefreshModules() local
394 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules() local
487 ModuleSP module_sp = in LoadAllCurrentModules() local
/external/llvm-project/lldb/unittests/Target/
DModuleCacheTest.cpp91 ModuleSP module_sp; in TryGetAndPut() local
107 [](const ModuleSP &module_sp, const FileSpec &tmp_download_file_spec) { in TryGetAndPut()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp66 void DynamicLoaderWindowsDYLD::OnLoadModule(lldb::ModuleSP module_sp, in OnLoadModule()
91 ModuleSP module_sp = resolved_addr.GetModule(); in OnUnloadModule() local
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp289 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance()
371 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectContainerBSDArchive()
385 ModuleSP module_sp(GetModule()); in ParseHeader() local
424 ModuleSP module_sp(GetModule()); in GetObjectFile() local
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp53 PlaceholderObjectFile(const lldb::ModuleSP &module_sp, in PlaceholderObjectFile()
147 void HashElfTextSection(ModuleSP module_sp, std::vector<uint8_t> &breakpad_uuid, in HashElfTextSection()
422 modules.ForEach([&](const ModuleSP &module_sp) { in BuildMemoryRegions()
494 ModuleSP module_sp = in GetOrCreateModule() local
562 lldb::ModuleSP module_sp = GetTarget().GetOrCreateModule(module_spec, in ReadModuleList() local
622 lldb::ModuleSP module_sp = GetTarget().GetExecutableModule(); in GetProcessInfo() local

12345