Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBSection.cpp96 ConstString const_sect_name(sect_name); in FindSubSection() local
97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
HDSBModule.cpp625 ConstString const_sect_name(sect_name); in FindSection() local
626 SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in FindSection()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp2992 ConstString const_sect_name(sect_name); in DoExecute() local
2997 … SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in DoExecute()