Home
last modified time | relevance | path

Searched refs:GetSectionList (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp75 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
118 SectionList *module_section_list = module_sp->GetSectionList(); in CreateInstance()
119 SectionList *objfile_section_list = dsym_objfile_sp->GetSectionList(); in CreateInstance()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwo.cpp28 : SymbolFileDWARF(objfile, objfile->GetSectionList( in SymbolFileDWARFDwo()
37 m_objfile_sp->GetSectionList(false /* update_module_section_list */); in LoadSectionData()
HDSymbolFileDWARFDwp.cpp125 m_obj_file->GetSectionList(false /* update_module_section_list */); in LoadRawSectionData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp199 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()
HDUnwindTable.cpp54 SectionList *sl = m_module.GetSectionList(); in Initialize()
HDSymbolFile.cpp52 module_obj_file->GetSectionList(); in FindPlugin()
HDObjectFile.cpp606 SectionList *ObjectFile::GetSectionList(bool update_module_section_list) { in GetSectionList() function in ObjectFile
653 SectionList *section_list = GetSectionList(); in GetLoadableData()
HDDWARFCallFrameInfo.cpp190 m_objfile.GetSectionList()); in GetAddressRange()
584 m_objfile.GetSectionList()); in FDEToUnwindPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
HDSymbolFileBreakpad.cpp45 m_next_section_idx(m_obj->GetSectionList()->GetNumSections(0)), in LineIterator()
92 *obj.GetSectionList()->GetSectionAtIndex(m_next_section_idx - 1); in LineIterator()
105 const SectionList &list = *m_obj->GetSectionList(); in operator ++()
326 const SectionList &list = *module.GetSectionList(); in AddSymbols()
518 m_objfile_sp->GetModule()->GetSectionList())); in ParseCFIUnwindPlan()
561 m_objfile_sp->GetModule()->GetSectionList())); in ParseWinUnwindPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
HDObjectFileJIT.cpp162 SectionList *sections = GetSectionList(); in Dump()
209 SectionList *section_list = GetSectionList(); in SetLoadAddress()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp651 SectionList *section_list = GetSectionList(); in SetLoadAddress()
805 SectionList *section_list = GetSectionList(); in GetImageInfoAddress()
875 SectionList *section_list = GetSectionList(); in GetEntryPointAddress()
892 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
907 SectionList *section_list = GetSectionList(); in ParseDependentModules()
1852 if (auto gdd_objfile_section_list = gdd_obj_file->GetSectionList()) { in CreateSections()
1873 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
1974 module_sp ? module_sp->GetSectionList() : nullptr; in ParseSymbols()
2317 SectionList *section_list = GetSectionList(); in ParseDynamicSymbols()
2648 SectionList *section_list = GetSectionList(); in RelocateDebugSections()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
HDDynamicLoaderStatic.cpp85 SectionList *section_list = image_object_file->GetSectionList(); in LoadAllImagesAtFileAddresses()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
HDJITLoaderGDB.cpp344 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
380 const SectionList *section_list = image_object_file->GetSectionList(); in ReadJITDescriptorImpl()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBLocationToDWARFExpression.cpp89 SectionList *section_list = module->GetSectionList(); in ConvertPDBLocationToDWARFExpression()
HDSymbolFilePDB.cpp287 GetObjectFile()->GetModule()->GetSectionList()); in ParseCompileUnitFunctionForPDBFunc()
1384 auto section_list = m_objfile_sp->GetSectionList(); in AddSymbols()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBModule.cpp369 SectionList *section_list = module_sp->GetSectionList(); in GetNumSections()
385 SectionList *section_list = module_sp->GetSectionList(); in GetSectionAtIndex()
571 SectionList *section_list = module_sp->GetSectionList(); in FindSection()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDynamicLoader.cpp146 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
HDModule.cpp432 SectionList *section_list = GetSectionList(); in ResolveFileAddress()
1253 SectionList *Module::GetSectionList() { in GetSectionList() function in Module
1380 SectionList *section_list = GetSectionList(); in SetSymbolFileFileSpec()
1450 SectionList *sections = GetSectionList(); in IsLoadedInTarget()
HDValue.cpp422 Address so_addr(address, objfile->GetSectionList()); in GetValueAsData()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDDWARFLocationExpression.cpp207 SectionList *section_list = module->GetSectionList(); in MakeGlobalLocationExpression()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h303 virtual SectionList *GetSectionList(bool update_module_section_list = true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.cpp102 GetModule()->GetSectionList(); in SetLoadAddress()
378 SectionList *sections = module_sp->GetSectionList(); in BuildMemoryRegions()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h568 virtual SectionList *GetSectionList();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp386 SectionList *sections = module_sp->GetSectionList(); in GetObjCVersion()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp547 sections = obj_file->GetSectionList(); in GetSectionListFromModule()

12