Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
65 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
71 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
77 sect = sl->FindSectionByType(eSectionTypeARMexidx, true); in Initialize()
79 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
104 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Update()
110 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Update()
116 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Update()
122 sect = sl->FindSectionByType(eSectionTypeARMexidx, true); in Update()
124 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Update()
H A DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
122 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
124 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp66 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
127 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
129 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
131 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
133 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
H A DSymbolFileDWARF.cpp614 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
619 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
637 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
651 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true) in CalculateAbilities()
687 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp592 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() function in SectionList
602 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h66 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp878 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
989 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
1998 gdd_objfile_section_list->FindSectionByType( in CreateSections()
2000 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
2481 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
3004 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in ParseSymtab()
3021 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in ParseSymtab()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp83 section_list->FindSectionByType(lldb::eSectionTypeCTF, true)); in ParseHeader()