| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModule.cpp | 39 ModuleSP module_sp; in SBModule() local 94 ModuleSP module_sp(GetSP()); in IsFileBacked() local 109 ModuleSP module_sp(GetSP()); in GetFileSpec() local 120 ModuleSP module_sp(GetSP()); in GetPlatformFileSpec() local 132 ModuleSP module_sp(GetSP()); in SetPlatformFileSpec() local 145 ModuleSP module_sp(GetSP()); in GetRemoteInstallFileSpec() local 154 ModuleSP module_sp(GetSP()); in SetRemoteInstallFileSpec() local 166 ModuleSP module_sp(GetSP()); in GetUUIDBytes() local 176 ModuleSP module_sp(GetSP()); in GetUUIDString() local 217 ModuleSP module_sp(GetSP()); in ResolveFileAddress() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ModuleList.cpp | 247 const ModuleSP &module_sp, in ReplaceEquivalent() 322 ModuleSP module_sp(*pos); in RemoveImpl() local 430 ModuleSP module_sp; in GetModuleAtIndexUnlocked() local 548 ModuleSP module_sp; in FindModule() local 566 ModuleSP module_sp; in FindModule() local 590 for (const auto &module_sp : m_modules) { in FindTypes() local 622 ModuleSP module_sp; in FindFirstModule() local 626 ModuleSP module_sp(*pos); in FindFirstModule() local 682 ModuleSP module_sp(so_addr.GetModule()); in ResolveSymbolContextForAddress() local 1068 for (const auto &module_sp : m_modules) { in ForEach() local [all …]
|
| H A D | ModuleChild.cpp | 13 ModuleChild::ModuleChild(const lldb::ModuleSP &module_sp) in ModuleChild() 26 void ModuleChild::SetModule(const lldb::ModuleSP &module_sp) { in SetModule()
|
| H A D | SearchFilter.cpp | 139 bool SearchFilter::ModulePasses(const ModuleSP &module_sp) { return true; } in ModulePasses() 231 for (ModuleSP module_sp : modules.Modules()) { in SearchInModuleList() local 240 SearchFilter::DoModuleIteration(const lldb::ModuleSP &module_sp, in DoModuleIteration() 261 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in DoModuleIteration() local 289 SearchFilter::DoCUIteration(const ModuleSP &module_sp, in DoCUIteration() 376 const lldb::ModuleSP &module_sp) { in ModulePasses() 397 bool SearchFilterByModule::ModulePasses(const ModuleSP &module_sp) { in ModulePasses() 428 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search() local 542 for (ModuleSP module_sp : m_target_sp->GetImages().Modules()) { in Search() local 716 ModuleSP module_sp(compUnit.GetModule()); in CompUnitPasses() local [all …]
|
| H A D | DynamicLoader.cpp | 84 auto module_sp = std::make_shared<Module>(module_spec); in GetTargetExecutable() local 156 if (ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec)) in FindModuleViaTarget() local 159 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, false)) in FindModuleViaTarget() local 169 if (ModuleSP module_sp = FindModuleViaTarget(file)) { in LoadModuleAtAddress() local 193 ModuleSP module_sp; in LoadBinaryWithUUIDAndAddress() local
|
| H A D | Address.cpp | 94 ModuleSP module_sp(address.GetModule()); in GetByteOrderAndAddressSize() local 148 ModuleSP module_sp(address.GetModule()); in ReadAddress() local 286 lldb::ModuleSP module_sp; in GetModule() local 450 ModuleSP module_sp = section_sp->GetModule(); in Dump() local 502 ModuleSP module_sp(GetModule()); in Dump() local 709 ModuleSP module_sp(GetModule()); in Dump() local 839 ModuleSP module_sp(section_sp->GetModule()); in CalculateSymbolContext() local 1033 ModuleSP module_sp(GetModule()); in GetAddressClass() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolVendor.cpp | 26 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
|
| H A D | Type.cpp | 1011 ModuleSP module_sp; in IsValid() local 1033 ModuleSP module_sp; in GetName() local 1043 ModuleSP module_sp; in GetDisplayTypeName() local 1053 ModuleSP module_sp; in GetPointerType() local 1065 ModuleSP module_sp; in GetPointeeType() local 1077 ModuleSP module_sp; in GetReferenceType() local 1089 ModuleSP module_sp; in GetTypedefedType() local 1101 ModuleSP module_sp; in GetDereferencedType() local 1113 ModuleSP module_sp; in GetUnqualifiedType() local 1125 ModuleSP module_sp; in GetCanonicalType() local [all …]
|
| H A D | ObjectFile.cpp | 36 CreateObjectFromContainer(const lldb::ModuleSP &module_sp, const FileSpec *file, in CreateObjectFromContainer() 53 ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, const FileSpec *file, in FindPlugin() 152 ObjectFileSP ObjectFile::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin() 241 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp, in ObjectFile() 265 ObjectFile::ObjectFile(const lldb::ModuleSP &module_sp, in ObjectFile() 289 ModuleSP module_sp(GetModule()); in SetModulesArchitecture() local 577 ModuleSP module_sp(GetModule()); in ClearSymtab() local 593 ModuleSP module_sp(GetModule()); in GetSectionList() local 728 ModuleSP module_sp(GetModule()); in GetSymtab() local
|
| H A D | ObjectContainer.cpp | 18 ObjectContainer::ObjectContainer(const lldb::ModuleSP &module_sp, in ObjectContainer() 33 ObjectContainerSP ObjectContainer::FindPlugin(const lldb::ModuleSP &module_sp, in FindPlugin()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 149 for (auto module_sp : module_list.Modules()) { in DidAttach() local 449 ModuleSP module_sp = in RefreshModules() local 477 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules() local 550 if (ModuleSP module_sp = m_process->ReadModuleFromMemory( in LoadVDSO() local 574 if (ModuleSP module_sp = target.GetOrCreateModule(module_spec, in LoadInterpreterModule() local 588 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local 606 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local 644 ModuleSP module_sp = in LoadAllCurrentModules() local 723 DynamicLoaderPOSIXDYLD::GetThreadLocalData(const lldb::ModuleSP module_sp, in GetThreadLocalData() 801 lldb::ModuleSP &module_sp) { in ResolveExecutableModule() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | ObjectContainerMachOFileset.cpp | 37 const lldb::ModuleSP &module_sp, lldb::DataBufferSP &data_sp, in ObjectContainerMachOFileset() 44 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in ObjectContainerMachOFileset() 51 const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, in CreateInstance() 71 const lldb::ModuleSP &module_sp, lldb::WritableDataBufferSP data_sp, in CreateMemoryInstance() 194 ModuleSP module_sp(GetModule()); in ParseHeader() local 273 ModuleSP module_sp(GetModule()); in GetObjectFile() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 68 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local 104 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress() local 153 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local 188 ModuleSP module_sp = section_sp->GetModule(); in SetSectionUnloaded() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 92 ObjectFileWasm::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance() 144 ObjectFile *ObjectFileWasm::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance() 231 ObjectFileWasm::ObjectFileWasm(const ModuleSP &module_sp, DataBufferSP data_sp, in ObjectFileWasm() 239 ObjectFileWasm::ObjectFileWasm(const lldb::ModuleSP &module_sp, in ObjectFileWasm() 367 ModuleSP module_sp = GetModule(); in SetLoadAddress() local 435 ModuleSP module_sp(GetModule()); in Dump() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 43 ObjectFile *ObjectFileJIT::CreateInstance(const lldb::ModuleSP &module_sp, in CreateInstance() 54 ObjectFile *ObjectFileJIT::CreateMemoryInstance(const lldb::ModuleSP &module_sp, in CreateMemoryInstance() 71 ObjectFileJIT::ObjectFileJIT(const lldb::ModuleSP &module_sp, in ObjectFileJIT() 118 ModuleSP module_sp(GetModule()); in Dump() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/wasm-DYLD/ |
| H A D | DynamicLoaderWasmDYLD.cpp | 71 if (ModuleSP module_sp = DynamicLoader::LoadModuleAtAddress( in LoadModuleAtAddress() local 75 if (ModuleSP module_sp = m_process->ReadModuleFromMemory(file, base_addr)) { in LoadModuleAtAddress() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 95 ObjectFilePDB::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance() 105 ObjectFile *ObjectFilePDB::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance() 161 ObjectFilePDB::ObjectFilePDB(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFilePDB()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 220 ModuleSP module_sp(m_objc_module_wp.lock()); in GetObjCModule() local 307 bool AppleObjCRuntime::AppleIsModuleObjCLibrary(const ModuleSP &module_sp) { in AppleIsModuleObjCLibrary() 326 lldb::ModuleSP module_sp = modules.GetModuleAtIndex(idx); in GetFoundationVersion() local 345 bool AppleObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary() 349 bool AppleObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary() 382 for (ModuleSP module_sp : target.GetImages().Modules()) { in GetObjCVersion() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | DWARFExpressionList.h | 31 DWARFExpressionList(lldb::ModuleSP module_sp, in DWARFExpressionList() 37 DWARFExpressionList(lldb::ModuleSP module_sp, DWARFExpression expr, in DWARFExpressionList()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | ObjectFileMinidump.cpp | 36 const lldb::ModuleSP &module_sp, lldb::DataBufferSP data_sp, in CreateInstance() 43 const lldb::ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.cpp | 61 const ModuleSP &module_sp, DataBufferSP data_sp, offset_t data_offset, in CreateInstance() 88 const ModuleSP &module_sp, WritableDataBufferSP data_sp, in CreateMemoryInstance() 106 ObjectFileBreakpad::ObjectFileBreakpad(const ModuleSP &module_sp, in ObjectFileBreakpad()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 40 static bool CanModuleBeGNUstepObjCLibrary(const ModuleSP &module_sp, in CanModuleBeGNUstepObjCLibrary() 208 bool GNUstepObjCRuntime::IsModuleObjCLibrary(const ModuleSP &module_sp) { in IsModuleObjCLibrary() 213 bool GNUstepObjCRuntime::ReadObjCLibrary(const ModuleSP &module_sp) { in ReadObjCLibrary()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
| H A D | ObjectFileJSON.cpp | 39 ObjectFileJSON::CreateInstance(const ModuleSP &module_sp, DataBufferSP data_sp, in CreateInstance() 97 ObjectFile *ObjectFileJSON::CreateMemoryInstance(const ModuleSP &module_sp, in CreateMemoryInstance() 148 ObjectFileJSON::ObjectFileJSON(const ModuleSP &module_sp, DataBufferSP &data_sp, in ObjectFileJSON()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 178 ModuleSP module_sp(new Module(module_spec)); in GetTargetExecutable() local 358 ModuleSP module_sp = in RefreshModules() local 384 ModuleSP module_sp = loaded_modules.FindFirstModule(module_spec); in RefreshModules() local 473 ModuleSP module_sp = in LoadAllCurrentModules() local
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 68 if (ModuleSP module_sp = section_sp->GetModule()) { in SerializeToStructuredData() local 128 ModuleSP module_sp = target.GetImages().FindFirstModule(module_spec); in SearchCallback() local
|