Home
last modified time | relevance | path

Searched refs:const_sect_name (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp85 ConstString const_sect_name(sect_name); in FindSubSection() local
87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
H A DSBModule.cpp553 ConstString const_sect_name(sect_name); in FindSection() local
554 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3041 ConstString const_sect_name(sect_name); in DoExecute() local
3045 section_list->FindSectionByName(const_sect_name)); in DoExecute()