Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp982 SectionSP header_sp = std::make_shared<Section>( in CreateSections() local
989 header_sp->SetPermissions(ePermissionsReadable); in CreateSections()
990 m_sections_up->AddSection(header_sp); in CreateSections()
991 unified_section_list.AddSection(header_sp); in CreateSections()