Searched refs:FindSectionByType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindTable.cpp | 58 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 D | CompactUnwindInfo.cpp | 503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 71 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 D | SymbolVendorELF.cpp | 74 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 D | DWARFContext.cpp | 21 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
|
| H A D | SymbolFileDWARF.cpp | 539 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 D | Section.cpp | 524 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 D | Section.h | 65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 829 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()
|