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>
15 // SectionData
17 SectionData::SectionData(const LDSection &pSection) function in class:SectionData
/frameworks/compile/mclinker/include/mcld/LD/
H A DSectionData.h1 //===- SectionData.h ------------------------------------------------------===//
26 /** \class SectionData
27 * \brief SectionData provides a container for all Fragments.
29 class SectionData class in namespace:mcld
32 SectionData(const SectionData &); // DO NOT IMPLEMENT
33 SectionData& operator=(const SectionData &); // DO NOT IMPLEMENT
44 explicit SectionData(const LDSection &pSection);

Completed in 49 milliseconds