Home | History | Annotate | Download | only in LD

Lines Matching refs:SectionData

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