Lines Matching refs:Streamer
217 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitThumbSet()
618 return static_cast<ARMELFStreamer &>(Streamer); in getStreamer()
955 ARMELFStreamer &Streamer = getStreamer(); in finishAttributeSection() local
959 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
961 AttributeSection = Streamer.getContext().getELFSection( in finishAttributeSection()
963 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
966 Streamer.EmitIntValue(0x41, 1); in finishAttributeSection()
977 Streamer.EmitIntValue(VendorHeaderSize + TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
978 Streamer.EmitBytes(CurrentVendor); in finishAttributeSection()
979 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection()
981 Streamer.EmitIntValue(ARMBuildAttrs::File, 1); in finishAttributeSection()
982 Streamer.EmitIntValue(TagHeaderSize + ContentsSize, 4); in finishAttributeSection()
988 Streamer.EmitULEB128IntValue(item.Tag); in finishAttributeSection()
992 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()
995 Streamer.EmitBytes(item.StringValue); in finishAttributeSection()
996 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection()
999 Streamer.EmitULEB128IntValue(item.IntValue); in finishAttributeSection()
1000 Streamer.EmitBytes(item.StringValue); in finishAttributeSection()
1001 Streamer.EmitIntValue(0, 1); // '\0' in finishAttributeSection()
1011 ARMELFStreamer &Streamer = getStreamer(); in emitLabel() local
1012 if (!Streamer.IsThumb) in emitLabel()
1015 Streamer.getAssembler().registerSymbol(*Symbol); in emitLabel()
1018 Streamer.EmitThumbFunc(Symbol); in emitLabel()