Lines Matching refs:OutStreamer
85 return static_cast<XCoreTargetStreamer&>(*OutStreamer->getTargetStreamer()); in getTargetStreamer()
96 OutStreamer->emitSymbolAttribute(SymGlob, MCSA_Global); in emitArrayBound()
97 OutStreamer->emitAssignment(SymGlob, in emitArrayBound()
102 OutStreamer->emitSymbolAttribute(SymGlob, MCSA_Weak); in emitArrayBound()
113 OutStreamer->switchSection(getObjFileLowering().SectionForGlobal(GV, TM)); in emitGlobalVariable()
132 OutStreamer->emitSymbolAttribute(GVSym, MCSA_Global); in emitGlobalVariable()
136 OutStreamer->emitSymbolAttribute(GVSym, MCSA_Weak); in emitGlobalVariable()
152 OutStreamer->emitSymbolAttribute(GVSym, MCSA_ELF_TypeObject); in emitGlobalVariable()
153 OutStreamer->emitELFSize(GVSym, MCConstantExpr::create(Size, OutContext)); in emitGlobalVariable()
155 OutStreamer->emitLabel(GVSym); in emitGlobalVariable()
161 OutStreamer->emitZeros(4 - Size); in emitGlobalVariable()
181 OutStreamer->emitLabel(CurrentFnSym); in emitFunctionEntryLabel()
273 OutStreamer->emitRawText(O.str()); in emitInstruction()
286 OutStreamer->emitRawText(O.str()); in emitInstruction()
293 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()