Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp169 struct CsectSectionEntry : public SectionEntry { struct
176 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function
190 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 …]