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