Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
168 struct CsectSectionEntry : public SectionEntry { struct175 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() argument189 virtual ~CsectSectionEntry() = default;331 CsectSectionEntry Text;332 CsectSectionEntry Data;333 CsectSectionEntry BSS;334 CsectSectionEntry TData;335 CsectSectionEntry TBSS;339 std::array<CsectSectionEntry *const, 5> Sections{380 const CsectSectionEntry &CsectEntry,[all …]