Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/API/
DSBSection.cpp85 ConstString const_sect_name(sect_name); in FindSubSection() local
87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
DSBModule.cpp559 ConstString const_sect_name(sect_name); in FindSection() local
560 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp953 ConstString const_sect_name(sect_name); in GetSectionType() local
962 ((const_sect_name == g_code_sect_name) || in GetSectionType()
963 (const_sect_name == g_CODE_sect_name))) { in GetSectionType()
967 ((const_sect_name == g_data_sect_name) || in GetSectionType()
968 (const_sect_name == g_DATA_sect_name))) { in GetSectionType()
975 ((const_sect_name == g_bss_sect_name) || in GetSectionType()
976 (const_sect_name == g_BSS_sect_name))) { in GetSectionType()
1045 ConstString const_sect_name(sect_name); in CreateSections() local
1052 const_sect_name, // Name of this section in CreateSections()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectTarget.cpp2752 ConstString const_sect_name(sect_name); in DoExecute() local
2756 section_list->FindSectionByName(const_sect_name)); in DoExecute()