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.cpp167 struct CsectSectionEntry : public SectionEntry { struct
174 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function
188 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 …]