Searched defs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
167 struct CsectSectionEntry : public SectionEntry { struct169 const bool IsVirtual;172 CsectGroups Groups;174 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() argument181 void reset() override { in reset()