Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp168 struct CsectSectionEntry : public SectionEntry { struct
175 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() argument
189 virtual ~CsectSectionEntry() = default;
331 CsectSectionEntry Text;
332 CsectSectionEntry Data;
333 CsectSectionEntry BSS;
334 CsectSectionEntry TData;
335 CsectSectionEntry TBSS;
339 std::array<CsectSectionEntry *const, 5> Sections{
380 const CsectSectionEntry &CsectEntry,
[all …]