Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
H A DSBModule.cpp554 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp552 SectionList::FindSectionByName(ConstString section_dstr) const { in FindSectionByName() function in SectionList
566 child_section->GetChildren().FindSectionByName(section_dstr); in FindSectionByName()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h62 lldb::SectionSP FindSectionByName(ConstString section_dstr) const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp400 sections->FindSectionByName(ConstString("__OBJC")); in GetObjCVersion()
H A DAppleObjCRuntimeV2.cpp2495 section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress()
2499 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp449 ->FindSectionByName(on_disk_section_sp->GetName()) in LoadImageUsingMemoryModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1967 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
2284 module_section_list->FindSectionByName(sect_name)) in ParseSymbols()
2933 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata"))) { in ParseSymtab()
3476 section_list->FindSectionByName(loader_section_name); in CalculateStrata()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp78 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp601 section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get(); in CalculateAbilities()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3045 section_list->FindSectionByName(const_sect_name)); in DoExecute()