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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h61 lldb::SectionSP FindSectionByName(ConstString section_dstr) const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp486 SectionList::FindSectionByName(ConstString section_dstr) const { function in class:SectionList
500 child_section->GetChildren().FindSectionByName(section_dstr);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp92 section_sp->GetChildren().FindSectionByName(const_sect_name));
H A DSBModule.cpp574 SectionSP section_sp(section_list->FindSectionByName(const_sect_name));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp390 sections->FindSectionByName(ConstString("__OBJC"));
H A DAppleObjCRuntimeV2.cpp1846 section_list->FindSectionByName(ConstString("__TEXT")));
1850 text_segment_sp->GetChildren().FindSectionByName(
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1873 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata"));
1976 // Local cache to avoid doing a FindSectionByName for each symbol. The "const
2207 module_section_list->FindSectionByName(sect_name))
2727 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata"))) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2744 section_list->FindSectionByName(const_sect_name));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp506 section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get();

Completed in 308 milliseconds