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() function in class:SectionData
29 SectionData::SectionData(LDSection &pSection) function in class:SectionData
33 SectionData* SectionData
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h1 //===- SectionData.h ------------------------------------------------------===//
24 /** \class SectionData
25 * \brief SectionData provides a container for all Fragments.
27 class SectionData class in namespace:mcld
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
[all...]

Completed in 802 milliseconds