Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp51 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
57 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
63 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
68 sect = sl->FindSectionByType(eSectionTypeARMexidx, true); in Initialize()
70 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Initialize()
H A DCompactUnwindInfo.cpp505 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp142 objfile_section_list->FindSectionByType(section_type, true)); in CreateInstance()
145 module_section_list->FindSectionByType(section_type, true)); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp35 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
H A DSymbolFileDWARFDwp.cpp129 section_list->FindSectionByType(sect_type, true)); in LoadRawSectionData()
H A DSymbolFileDWARF.cpp532 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
537 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
557 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
572 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true) in CalculateAbilities()
608 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp550 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() function in SectionList
560 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h75 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp977 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
1081 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
2435 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
2829 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in GetSymtab()
2835 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in GetSymtab()