Lines Matching refs:CsectSectionEntry
155 struct CsectSectionEntry : public SectionEntry { struct
162 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function
176 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,
1152 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry()