Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
169 struct CsectSectionEntry : public SectionEntry { struct176 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function190 virtual ~CsectSectionEntry() = default;333 CsectSectionEntry Text;334 CsectSectionEntry Data;335 CsectSectionEntry BSS;336 CsectSectionEntry TData;337 CsectSectionEntry TBSS;341 std::array<CsectSectionEntry *const, 5> Sections{381 const CsectSectionEntry &CsectEntry,[all …]