Home
last modified time | relevance | path

Searched refs:const_sect_name (Results 1 – 4 of 4) 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() local
554 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp328 ConstString const_sect_name(section.Name); in CreateSectionsWithBitness() local
347 module_sp, this, ++idx, const_sect_name, section_type, in CreateSectionsWithBitness()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2993 ConstString const_sect_name(sect_name); in DoExecute() local
2997 section_list->FindSectionByName(const_sect_name)); in DoExecute()