Lines Matching defs:Layout
1 //===- Layout.h -----------------------------------------------------------===//
29 /** \class Layout
30 * \brief Layout maintains the mapping between sections and fragments.
33 * still need section information. Layout is used to maintain the mapping
34 * between sections and fragments. Layout helps readers and target backends
37 class Layout
46 Layout();
49 ~Layout();
115 bool layout(Output& pOutput, const TargetLDBackend& pBackend);
252 /// sortSectionOrder - perform sorting on m_SectionOrder to get final layout