Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp61 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize()
66 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
71 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.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp61 dwp_obj_file->GetSectionList(false)->FindSectionByType( in IsDwpSymbolFile()
86 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
160 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
162 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/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/SymbolFile/DWARF/
H A DDWARFContext.cpp23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
H A DSymbolFileDWARF.cpp620 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
625 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
643 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
657 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true) in CalculateAbilities()
693 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp24 auto section_sp = sections->FindSectionByType(section_type, true); in ForEachFormatterInModule()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp595 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() function in SectionList
605 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.cpp1963 gdd_objfile_section_list->FindSectionByType( in CreateSections()
1965 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
2968 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in ParseSymtab()
2985 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in ParseSymtab()
3847 ->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in GetDynstrData()
3899 ->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in GetDynamicData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp84 section_list->FindSectionByType(lldb::eSectionTypeCTF, true)); in ParseHeader()