Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp71 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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp74 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
134 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
136 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
H A DSymbolFileDWARF.cpp539 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities()
544 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities()
566 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities()
581 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true) in CalculateAbilities()
610 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp524 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() function in SectionList
534 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp829 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
930 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
1872 gdd_objfile_section_list->FindSectionByType( in CreateSections()
1874 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
2340 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
2734 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in GetSymtab()
2749 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in GetSymtab()