Home
last modified time | relevance | path

Searched refs:CsectSectionEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp147 struct CsectSectionEntry : public SectionEntry { struct
154 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function
168 virtual ~CsectSectionEntry() {} in ~CsectSectionEntry() argument
205 CsectSectionEntry Text;
206 CsectSectionEntry Data;
207 CsectSectionEntry BSS;
208 CsectSectionEntry TData;
209 CsectSectionEntry TBSS;
213 std::array<CsectSectionEntry *const, 5> Sections{