Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h62 lldb::SectionSP FindSectionByName(ConstString section_dstr) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp406 sections->FindSectionByName(ConstString("__OBJC")); in GetObjCVersion()
H A DAppleObjCRuntimeV2.cpp2471 section_list->FindSectionByName(ConstString("__TEXT"))); in GetSharedCacheReadOnlyAddress()
2475 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp448 ->FindSectionByName(on_disk_section_sp->GetName()) in LoadImageUsingMemoryModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp78 SectionSP sect_sp = sect_list->FindSectionByName(ConstString(".text")); in HashElfTextSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2017 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata")); in GetGnuDebugDataObjectFile()
3019 GetSectionList()->FindSectionByName(ConstString(".gnu_debugdata"))) { in ParseSymtab()
3566 section_list->FindSectionByName(loader_section_name); in CalculateStrata()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp608 section = section_list->FindSectionByName(GetDWARFMachOSegmentName()).get(); in CalculateAbilities()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2969 section_list->FindSectionByName(const_sect_name)); in DoExecute()