Searched defs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
155 struct CsectSectionEntry : public SectionEntry { struct157 const bool IsVirtual;160 CsectGroups Groups;162 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() argument169 void reset() override { in reset()