Lines Matching refs:TheSection
312 const MCSection *TheSection =
315 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
341 const MCSection *TheSection =
352 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
372 TheSection = getObjFileLowering().getTLSBSSSection();
373 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
375 OutStreamer.SwitchSection(TheSection);
408 OutStreamer.SwitchSection(TheSection);