Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
155 struct CsectSectionEntry : public SectionEntry { struct162 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function176 virtual ~CsectSectionEntry() = default;241 CsectSectionEntry Text;242 CsectSectionEntry Data;243 CsectSectionEntry BSS;244 CsectSectionEntry TData;245 CsectSectionEntry TBSS;249 std::array<CsectSectionEntry *const, 5> Sections{284 const CsectSectionEntry &CsectEntry,[all …]