Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:streamer

11 // from generic ELF streamer in emitting mapping symbols ($a, $t and $d) to
481 /// streamer. We override it to add the appropriate mapping symbol if
532 /// ARM streamer overrides it to add the appropriate mapping symbol ($d) if
540 /// ARM streamer overrides it to add the appropriate mapping symbol ($d) if
653 return static_cast<ARMELFStreamer &>(Streamer);
931 ARMELFStreamer &Streamer = getStreamer();
935 Streamer.SwitchSection(AttributeSection);
938 Streamer.getContext().getELFSection(".ARM.attributes",
942 Streamer.SwitchSection(AttributeSection);
945 Streamer.EmitIntValue(0x41, 1);
956 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4);
957 Streamer.EmitBytes(CurrentVendor);
958 Streamer.EmitIntValue(0, 1); // '\0'
960 Streamer.EmitIntValue(ARMBuildAttrs::File, 1);
961 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4);
967 Streamer.EmitULEB128IntValue(item.Tag);
971 Streamer.EmitULEB128IntValue(item.IntValue);
974 Streamer.EmitBytes(item.StringValue.upper());
975 Streamer.EmitIntValue(0, 1); // '\0'
978 Streamer.EmitULEB128IntValue(item.IntValue);
979 Streamer.EmitBytes(item.StringValue.upper());
980 Streamer.EmitIntValue(0, 1); // '\0'
990 ARMELFStreamer &Streamer = getStreamer();
991 if (!Streamer.IsThumb)
994 const MCSymbolData &SD = Streamer.getOrCreateSymbolData(Symbol);
997 Streamer.EmitThumbFunc(Symbol);