Searched defs:SectionData (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DSectionData.cpp1 //===- SectionData.cpp ----------------------------------------------------===//
9 #include "mcld/LD/SectionData.h"
18 typedef GCFactory<SectionData, MCLD_SECTIONS_PER_INPUT> SectDataFactory;
23 // SectionData
25 SectionData::SectionData() : m_pSection(NULL) { function in class:mcld::SectionData
28 SectionData::SectionData(LDSection& pSection) : m_pSection(&pSection) { function in class:mcld::SectionData
31 SectionData* SectionData
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h1 //===- SectionData.h ------------------------------------------------------===//
25 /** \class SectionData
26 * \brief SectionData provides a container for all Fragments.
28 class SectionData { class in namespace:mcld
30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
32 SectionData();
33 explicit SectionData(LDSection& pSection);
48 static SectionData* Create(LDSection& pSection);
50 static void Destroy(SectionData*& pSection);
64 static FragmentListType SectionData
[all...]

Completed in 95 milliseconds