Lines Matching refs:OutStreamer
50 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
64 AsmPrinter::EmitToStreamer(*OutStreamer, Res ? CInst : Inst); in EmitToStreamer()
78 OutStreamer->emitLabel(PCLabel); in expandTLSLA()
85 EmitToStreamer(*OutStreamer, LRWInst); in expandTLSLA()
92 EmitToStreamer(*OutStreamer, GRSInst); in expandTLSLA()
108 OutStreamer->emitValueToAlignment(Align(4)); in emitCustomConstantPool()
112 OutStreamer->emitLabel(GetCPISymbol(LabelId)); in emitCustomConstantPool()
137 static_cast<CSKYTargetStreamer &>(*OutStreamer->getTargetStreamer()); in emitEndOfAsmFile()
148 if (emitPseudoExpansionLowering(*OutStreamer, MI)) in emitInstruction()
164 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
234 OutStreamer->emitLabel(DotSym); in emitMachineConstantPoolValue()
245 OutStreamer->emitValue(Expr, Size); in emitMachineConstantPoolValue()
250 static_cast<CSKYTargetStreamer &>(*OutStreamer->getTargetStreamer()); in emitAttributes()