Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp160 struct CsectSectionEntry : public SectionEntry { struct
167 CsectSectionEntry(StringRef N, XCOFF::SectionTypeFlags Flags, bool IsVirtual, in CsectSectionEntry() function
181 virtual ~CsectSectionEntry() = default;
275 CsectSectionEntry Text;
276 CsectSectionEntry Data;
277 CsectSectionEntry BSS;
278 CsectSectionEntry TData;
279 CsectSectionEntry TBSS;
283 std::array<CsectSectionEntry *const, 5> Sections{
322 const CsectSectionEntry &CsectEntry,
[all …]