Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp71 ConstString const_sect_name(sect_name); in FindSubSection() local
73 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
H A DSBModule.cpp509 ConstString const_sect_name(sect_name); in FindSection() local
510 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2798 ConstString const_sect_name(sect_name); in DoExecute() local
2804 section_list->FindSectionByName(const_sect_name)); in DoExecute()