/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 106 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 107 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 110 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance() 111 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARFDwo.cpp | 30 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo() 93 m_objfile_sp->GetSectionList(/*update_module_section_list=*/false); in GetDebugInfoSize()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 200 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() 501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 592 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 657 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 676 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() 818 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() 1083 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386()
|
H A D | SymbolFile.cpp | 52 module_obj_file->GetSectionList(); in FindPlugin() 236 const SectionList *section_list = module_sp->GetSectionList(); in GetDebugInfoSize()
|
H A D | UnwindTable.cpp | 55 SectionList *sl = m_module.GetSectionList(); in Initialize() 100 SectionList *sl = m_module.GetSectionList(); in Update()
|
H A D | ObjectFile.cpp | 599 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile 638 SectionList *section_list = GetSectionList(); in GetLoadableData()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 130 SectionList *sections = GetSectionList(); in Dump() 171 SectionList *section_list = GetSectionList();
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
H A D | SymbolFileBreakpad.cpp | 49 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator() 96 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator() 109 const SectionList &list = *m_obj->GetSectionList(); in operator ++() 243 const SectionList *list = comp_unit.GetModule()->GetSectionList(); in GetOrCreateFunction() 463 const SectionList &list = *module.GetSectionList(); in AddSymbols() 663 m_objfile_sp->GetModule()->GetSectionList())); in ParseCFIUnwindPlan() 705 m_objfile_sp->GetModule()->GetSectionList())); in ParseWinUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Placeholder/ |
H A D | ObjectFilePlaceholder.cpp | 59 GetModule()->GetSectionList(); in SetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 157 if (SectionList *sections = GetSectionList()) in Dump() 258 SectionList *sections = GetSectionList(); in ParseSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 704 SectionList *section_list = GetSectionList(); in SetLoadAddress() 872 SectionList *section_list = GetSectionList(); in GetImageInfoAddress() 941 SectionList *section_list = GetSectionList(); in GetEntryPointAddress() 957 return Address(GetSectionList()->FindSectionByID(SectionIndex(I)), 0); in GetBaseAddress() 968 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress() 983 SectionList *section_list = GetSectionList(); in ParseDependentModules() 1996 if (auto gdd_objfile_section_list = gdd_obj_file->GetSectionList()) { in CreateSections() 2017 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile() 2122 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols() 2475 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/ |
H A D | DynamicLoaderStatic.cpp | 100 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
|
/freebsd/contrib/llvm-project/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() 551 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 343 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl() 379 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 374 SectionList *section_list = GetSectionList(); in SetLoadAddress() 449 SectionList *sections = GetSectionList(); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 125 return Address(data_addr, valobj.GetModule()->GetSectionList()); in GetArrayAddressOrPointerValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBLocationToDWARFExpression.cpp | 90 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.cpp | 165 SectionList *section_list = GetModule()->GetSectionList(); in ParseSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 439 SectionList *section_list = GetSectionList(); in ResolveFileAddress() 1224 SectionList *Module::GetSectionList() { in GetSectionList() function in Module 1344 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec() 1409 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 426 SectionList *ondisk_section_list = ondisk_object_file->GetSectionList(); in LoadImageUsingMemoryModule() 427 SectionList *memory_section_list = memory_object_file->GetSectionList(); in LoadImageUsingMemoryModule()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 299 virtual SectionList *GetSectionList(bool update_module_section_list = true);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 75 SectionList *sect_list = module_sp->GetSectionList(); in HashElfTextSection() 342 SectionList *sections = module_sp->GetSectionList(); in BuildMemoryRegions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | DWARFLocationExpression.cpp | 213 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression()
|