Searched refs:MCCsect (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp66 const MCSectionXCOFF *const MCCsect; member in struct:__anon1942::ControlSection
72 StringRef getName() const { return MCCsect->getSectionName(); }
74 : MCCsect(MCSec), SymbolTableIndex(-1), Address(-1), Size(0) {}
372 Asm.writeSectionData(W.OS, Csect.MCCsect, Layout);
459 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass());
495 W.write<uint8_t>(getEncodedType(CSectionRef.MCCsect));
497 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass());
555 Csect, XCOFF::ReservedSectionNum::N_UNDEF, Csect.MCCsect->getStorageClass());
571 Csect, SectionIndex, Csect.MCCsect->getStorageClass());
620 const MCSectionXCOFF *MCSec = Csect.MCCsect;
[all...]

Completed in 45 milliseconds