Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
147 struct CsectSectionEntry : public SectionEntry { struct154 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function168 virtual ~CsectSectionEntry() {} in ~CsectSectionEntry() argument205 CsectSectionEntry Text;206 CsectSectionEntry Data;207 CsectSectionEntry BSS;208 CsectSectionEntry TData;209 CsectSectionEntry TBSS;213 std::array<CsectSectionEntry *const, 5> Sections{