Home
last modified time | relevance | path

Searched refs:FindSectionByName (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp510 SectionList::FindSectionByName(const ConstString &section_dstr) const { in FindSectionByName() function in SectionList
524 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp73 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
H A DSBModule.cpp510 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h71 lldb::SectionSP FindSectionByName(const ConstString &section_dstr) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp385 sections->FindSectionByName(ConstString("__OBJC")); in GetObjCVersion()
H A DAppleObjCRuntimeV2.cpp1783 section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress()
1787 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp456 section_list->FindSectionByName(GetDWARFMachOSegmentName()).get(); in InitializeObject()
516 if (section_list->FindSectionByName(ConstString(".debug_types"))) { in CalculateAbilities()
526 section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get(); in CalculateAbilities()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2319 module_section_list->FindSectionByName(sect_name)) in ParseSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2804 section_list->FindSectionByName(const_sect_name)); in DoExecute()