Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance
167 struct CsectSectionEntry : public SectionEntry { struct174 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function188 virtual ~CsectSectionEntry() = default;329 CsectSectionEntry Text;330 CsectSectionEntry Data;331 CsectSectionEntry BSS;332 CsectSectionEntry TData;333 CsectSectionEntry TBSS;337 std::array<CsectSectionEntry *const, 5> Sections{378 const CsectSectionEntry &CsectEntry,[all …]