Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
H A DCompactUnwindInfo.cpp503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/
H A DSymbolVendorPECOFF.cpp69 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance()
123 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance()
125 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/wasm/
H A DSymbolVendorWasm.cpp67 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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp22 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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp852 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress()
953 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules()
1919 gdd_objfile_section_list->FindSectionByType( in CreateSections()
1921 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections()
2370 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols()
2829 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in ParseSymtab()
2842 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in ParseSymtab()