Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBSection.cpp90 ConstString const_sect_name(sect_name); in FindSubSection() local
92 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
DSBModule.cpp572 ConstString const_sect_name(sect_name); in FindSection() local
573 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2694 ConstString const_sect_name(sect_name); in DoExecute() local
2698 section_list->FindSectionByName(const_sect_name)); in DoExecute()