Lines Matching refs:Section
96 "Got non-COFF section in the COFF backend!");
122 "Got non-COFF section in the COFF backend!");
214 "Got non-COFF section in the COFF backend!");
246 assert(!Symbol->isInSection() && "Symbol must not already have a section!");
248 MCSection *Section = getContext().getObjectFileInfo()->getBSSSection();
249 getAssembler().registerSection(*Section);
250 if (Section->getAlignment() < ByteAlignment)
251 Section->setAlignment(ByteAlignment);
258 ByteAlignment, Section);
261 /*Value=*/0, /*ValueSize=*/0, Size, Section);
265 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol,
270 void MCWinCOFFStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol,
279 // TODO: Implement this if you want to emit .comment section in COFF obj files.