Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:LDSection

18 #include "mcld/LD/LDSection.h"
64 /// When writers get a LDSection whose kind is LDFileFormat::Target, writers
69 /// - LDSection.getSectionData can get the section data.
71 /// - backend can maintain its own map<LDSection, table> to get the table
72 /// from given LDSection.
74 /// @param pSection - the given LDSection
78 uint64_t emitSectionData(const LDSection& pSection,
122 unsigned int getTargetSectionOrder(const LDSection& pSectHdr) const;
128 bool mergeSection(Module& pModule, const Input& pInput, LDSection& pSection);
184 LDSection* m_psdata;
185 LDSection* m_pscommon_1;
186 LDSection* m_pscommon_2;
187 LDSection* m_pscommon_4;
188 LDSection* m_pscommon_8;
189 LDSection* m_pstart;