Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp829 SectionSP header_sp = std::make_shared<Section>( in CreateSections() local
836 header_sp->SetPermissions(ePermissionsReadable); in CreateSections()
837 m_sections_up->AddSection(header_sp); in CreateSections()
838 unified_section_list.AddSection(header_sp); in CreateSections()