Home
last modified time | relevance | path

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

/freebsd/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()
554 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
559 ConstString const_sect_name(sect_name); FindSection() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2965 ConstString const_sect_name(sect_name); in DoExecute() local
2969 section_list->FindSectionByName(const_sect_name)); in DoExecute()