Home | History | Annotate | Download | only in LD

Lines Matching full:sectiondata

1 //===- SectionData.h ------------------------------------------------------===//
24 /** \class SectionData
25 * \brief SectionData provides a container for all Fragments.
27 class SectionData
30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
32 SectionData();
33 explicit SectionData(LDSection &pSection);
35 SectionData(const SectionData &); // DO NOT IMPLEMENT
36 SectionData& operator=(const SectionData &); // DO NOT IMPLEMENT
51 static SectionData* Create(LDSection& pSection);
53 static void Destroy(SectionData*& pSection);