| /llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 69 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 109 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 110 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 66 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 108 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 109 SectionList *objfile_section_list = sym_objfile_sp->GetSectionList(); in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 69 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 111 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 112 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 201 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() 502 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 574 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 593 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 658 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 677 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 819 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() 1084 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
|
| H A D | SymbolFile.cpp | 51 module_obj_file->GetSectionList(); in FindPlugin() 247 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize()
|
| H A D | UnwindTable.cpp | 54 SectionList *sl = m_module.GetSectionList(); in Initialize()
|
| H A D | ObjectFile.cpp | 588 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile 627 SectionList *section_list = GetSectionList(); in GetLoadableData()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 143 SectionList *sections = GetSectionList(); in Dump() 184 SectionList *section_list = GetSectionList(); in SetLoadAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 48 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator() 95 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator() 108 const SectionList &list = *m_obj->GetSectionList(); in operator ++() 241 const SectionList *list = comp_unit.GetModule()->GetSectionList(); in GetOrCreateFunction() 468 const SectionList &list = *module.GetSectionList(); in AddSymbols() 668 m_objfile_sp->GetModule()->GetSectionList())); in ParseCFIUnwindPlan() 710 m_objfile_sp->GetModule()->GetSectionList())); in ParseWinUnwindPlan()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/ |
| H A D | DynamicLoaderStatic.cpp | 92 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 675 SectionList *section_list = GetSectionList(); in SetLoadAddress() 829 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() 898 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() 930 SectionList *section_list = GetSectionList(); in ParseDependentModules() 1900 if (auto gdd_objfile_section_list = gdd_obj_file->GetSectionList()) { in CreateSections() 2022 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols() 2364 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() 2700 SectionList *section_list = GetSectionList(); in RelocateDebugSections() 2757 SectionList *section_list = module_sp->GetSectionList(); in ParseSymtab() 2911 SectionList *section_list = GetSectionList(); in ParseUnwindSymbols() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/ |
| H A D | TestObjectFileELF.cpp | 95 SectionList *list = module_sp->GetSectionList(); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwo.cpp | 28 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestDWARFCallFrameInfo.cpp | 224 SectionList *list = module_sp->GetSectionList(); in TestBasic()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBModule.cpp | 363 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections() 378 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex() 555 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
|
| /llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 342 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() 376 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 463 SectionList *section_list = GetSectionList(); in SetLoadAddress() 664 SectionList *sect_list = GetSectionList(); in GetAddress() 762 SectionList *sect_list = GetSectionList(); in ParseSymtab() 1116 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() 1128 return Address(GetSectionList()->GetSectionAtIndex(0), 0); in GetBaseAddress() 1148 SectionList *sections = GetSectionList(); in Dump()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 373 SectionList *section_list = GetSectionList(); in SetLoadAddress() 448 SectionList *sections = GetSectionList(); in Dump()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 142 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
|
| H A D | Module.cpp | 437 SectionList *section_list = GetSectionList(); in ResolveFileAddress() 1292 SectionList *Module::GetSectionList() { in GetSectionList() function in Module 1409 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() 1479 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 144 return Address(data_addr, valobj.GetModule()->GetSectionList()); in GetArrayAddressOrPointerValue()
|
| /llvm-project-15.0.7/lldb/unittests/ObjectFile/PECOFF/ |
| H A D | TestPECallFrameInfo.cpp | 202 SectionList *sect_list = object_file->GetSectionList(); in GetUnwindPlan()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 106 GetModule()->GetSectionList(); in SetLoadAddress() 151 SectionList *sect_list = module_sp->GetSectionList(); in HashElfTextSection() 417 SectionList *sections = module_sp->GetSectionList(); in BuildMemoryRegions()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 250 SectionList *section_list = image_object_file->GetSectionList(); in UpdateImageLoadAddress() 327 SectionList *section_list = image_object_file->GetSectionList(); in UnloadModuleSections() 640 SectionList *sections = objfile->GetSectionList(); in AddModulesUsingImageInfos()
|