Lines Matching refs:OutStreamer
85 MCTargetStreamer *TS = OutStreamer->getTargetStreamer(); in getTargetStreamer()
209 OutStreamer->emitLabel(Sym); in emitGlobalVariable()
212 OutStreamer->addBlankLine(); in emitGlobalVariable()
406 OutStreamer->emitSymbolAttribute(FunctionTable, MCSA_NoDeadStrip); in emitEndOfAsmFile()
416 OutStreamer->emitELFSize(getSymbol(&G), in emitEndOfAsmFile()
431 OutStreamer->pushSection(); in emitEndOfAsmFile()
435 OutStreamer->switchSection(MySection); in emitEndOfAsmFile()
436 OutStreamer->emitBytes(Contents->getString()); in emitEndOfAsmFile()
437 OutStreamer->popSection(); in emitEndOfAsmFile()
476 OutStreamer->pushSection(); in EmitProducerInfo()
477 OutStreamer->switchSection(Producers); in EmitProducerInfo()
478 OutStreamer->emitULEB128IntValue(FieldCount); in EmitProducerInfo()
483 OutStreamer->emitULEB128IntValue(strlen(Producers.first)); in EmitProducerInfo()
484 OutStreamer->emitBytes(Producers.first); in EmitProducerInfo()
485 OutStreamer->emitULEB128IntValue(Producers.second->size()); in EmitProducerInfo()
487 OutStreamer->emitULEB128IntValue(Producer.first.size()); in EmitProducerInfo()
488 OutStreamer->emitBytes(Producer.first); in EmitProducerInfo()
489 OutStreamer->emitULEB128IntValue(Producer.second.size()); in EmitProducerInfo()
490 OutStreamer->emitBytes(Producer.second); in EmitProducerInfo()
493 OutStreamer->popSection(); in EmitProducerInfo()
549 OutStreamer->pushSection(); in EmitTargetFeatures()
550 OutStreamer->switchSection(FeaturesSection); in EmitTargetFeatures()
552 OutStreamer->emitULEB128IntValue(EmittedFeatures.size()); in EmitTargetFeatures()
554 OutStreamer->emitIntValue(F.Prefix, 1); in EmitTargetFeatures()
555 OutStreamer->emitULEB128IntValue(F.Name.size()); in EmitTargetFeatures()
556 OutStreamer->emitBytes(F.Name); in EmitTargetFeatures()
559 OutStreamer->popSection(); in EmitTargetFeatures()
591 OutStreamer->pushSection(); in EmitFunctionAttributes()
592 OutStreamer->switchSection(CustomSection); in EmitFunctionAttributes()
595 OutStreamer->emitValue( in EmitFunctionAttributes()
600 OutStreamer->popSection(); in EmitFunctionAttributes()
677 OutStreamer->AddComment("fallthrough-return"); in emitInstruction()
678 OutStreamer->addBlankLine(); in emitInstruction()
690 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()