Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:TheSection

315       const MCSection *TheSection =
318 OutStreamer.EmitZerofill(TheSection, GVSym, Size, Align);
339 const MCSection *TheSection =
350 OutStreamer.EmitZerofill(TheSection, GVSym, Size, 1 << AlignLog);
370 OutStreamer.EmitTBSSSymbol(TheSection, MangSym, Size, 1 << AlignLog);
372 OutStreamer.SwitchSection(TheSection);
405 OutStreamer.SwitchSection(TheSection);