Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp752 ConstString const_sect_name(sect_name); in GetSectionType() local
761 ((const_sect_name == g_code_sect_name) || in GetSectionType()
762 (const_sect_name == g_CODE_sect_name))) { in GetSectionType()
766 ((const_sect_name == g_data_sect_name) || in GetSectionType()
767 (const_sect_name == g_DATA_sect_name))) { in GetSectionType()
774 ((const_sect_name == g_bss_sect_name) || in GetSectionType()
775 (const_sect_name == g_BSS_sect_name))) { in GetSectionType()
844 ConstString const_sect_name(sect_name); in CreateSections() local
851 const_sect_name, // Name of this section in CreateSections()
/external/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()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2759 ConstString const_sect_name(sect_name); in DoExecute() local
2763 section_list->FindSectionByName(const_sect_name)); in DoExecute()