Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp557 ConstString const_sect_name(sect_name); in FindSection() local
558 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp905 ConstString const_sect_name(sect_name); in GetSectionType() local
914 ((const_sect_name == g_code_sect_name) || in GetSectionType()
915 (const_sect_name == g_CODE_sect_name))) { in GetSectionType()
919 ((const_sect_name == g_data_sect_name) || in GetSectionType()
920 (const_sect_name == g_DATA_sect_name))) { in GetSectionType()
927 ((const_sect_name == g_bss_sect_name) || in GetSectionType()
928 (const_sect_name == g_BSS_sect_name))) { in GetSectionType()
997 ConstString const_sect_name(sect_name); in CreateSections() local
1004 const_sect_name, // Name of this section in CreateSections()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp2737 ConstString const_sect_name(sect_name); in DoExecute() local
2741 section_list->FindSectionByName(const_sect_name)); in DoExecute()