Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp155 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,
[all …]