Searched refs:FindSectionByType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 51 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 D | CompactUnwindInfo.cpp | 505 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 142 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 D | SymbolFileDWARFDwo.cpp | 35 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
|
| H A D | SymbolFileDWARFDwp.cpp | 129 section_list->FindSectionByType(sect_type, true)); in LoadRawSectionData()
|
| H A D | SymbolFileDWARF.cpp | 532 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 D | Section.cpp | 550 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 D | Section.h | 75 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 977 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()
|