Searched refs:FindSectionByType (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/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()
|
H A D | CompactUnwindInfo.cpp | 503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
|
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolVendor/PECOFF/ |
H A D | SymbolVendorPECOFF.cpp | 69 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 D | SymbolVendorWasm.cpp | 67 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 D | SymbolVendorELF.cpp | 69 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 D | DWARFContext.cpp | 22 auto section_sp = section_list->FindSectionByType(section_type, true); in LoadSection()
|
H A D | SymbolFileDWARF.cpp | 538 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 D | Section.cpp | 586 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 D | Section.h | 65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 852 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()
|