Home
last modified time | relevance | path

Searched refs:FindSectionByType (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindTable.cpp58 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
64 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
70 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
76 sect = sl->FindSectionByType(eSectionTypeARMexidx, true); in Initialize()
78 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
H A DCompactUnwindInfo.cpp504 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp69 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
125 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
127 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp66 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
124 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
126 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp69 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
129 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
131 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestDWARFCallFrameInfo.cpp227 auto section_sp = list->FindSectionByType(type == DWARFCallFrameInfo::EH in TestBasic()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
H A DSymbolFileDWARF.cpp538 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
543 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
565 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
579 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true) in CalculateAbilities()
607 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp586 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() function in SectionList
596 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp835 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
936 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
1902 gdd_objfile_section_list->FindSectionByType( in CreateSections()
1904 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
2370 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
2769 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in ParseSymtab()
2782 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in ParseSymtab()