Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:OutStreamer

65   AP.OutStreamer.EmitSymbolAttribute(Sym, MCSA_Global);
66 AP.OutStreamer.EmitLabel(Sym);
70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection());
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
103 AP.OutStreamer.EmitIntValue(0, IntPtrSize);
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection());
135 AP.OutStreamer.AddComment("live roots for " +
137 AP.OutStreamer.AddBlankLine();
148 AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize);