Searched refs:FindSectionByType (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 59 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() 104 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Update() 110 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Update() 116 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Update() 122 sect = sl->FindSectionByType(eSectionTypeARMexidx, true); in Update() 124 SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true); in Update()
|
H A D | CompactUnwindInfo.cpp | 503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 68 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 D | SymbolVendorWasm.cpp | 66 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/SymbolVendor/ELF/ |
H A D | SymbolVendorELF.cpp | 68 if (obj_file->GetSectionList()->FindSectionByType( in CreateInstance() 131 objfile_section_list->FindSectionByType(section_type, true)) { in CreateInstance() 133 module_section_list->FindSectionByType(section_type, true)) in CreateInstance()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 23 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
|
H A D | SymbolFileDWARF.cpp | 614 section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get(); in CalculateAbilities() 619 section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true) in CalculateAbilities() 637 section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true) in CalculateAbilities() 651 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true) in CalculateAbilities() 687 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 592 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() function in SectionList 602 sect_sp = m_sections[idx]->GetChildren().FindSectionByType( in FindSectionByType()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Section.h | 66 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 878 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true)); in GetImageInfoAddress() 989 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDependentModules() 1998 gdd_objfile_section_list->FindSectionByType( in CreateSections() 2000 SectionSP module_section_sp = unified_section_list.FindSectionByType( in CreateSections() 2481 section_list->FindSectionByType(eSectionTypeELFDynamicLinkInfo, true) in ParseDynamicSymbols() 3004 section_list->FindSectionByType(eSectionTypeELFSymbolTable, true).get(); in ParseSymtab() 3021 section_list->FindSectionByType(eSectionTypeELFDynamicSymbols, true) in ParseSymtab()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.cpp | 83 section_list->FindSectionByType(lldb::eSectionTypeCTF, true)); in ParseHeader()
|