Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
160 struct CsectSectionEntry : public SectionEntry { struct167 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function181 virtual ~CsectSectionEntry() = default;275 CsectSectionEntry Text;276 CsectSectionEntry Data;277 CsectSectionEntry BSS;278 CsectSectionEntry TData;279 CsectSectionEntry TBSS;283 std::array<CsectSectionEntry *const, 5> Sections{322 const CsectSectionEntry &CsectEntry,[all …]