Lines Matching refs:Streamer
43 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
76 Streamer.switchSection(AttributeSection); in finishAttributeSection()
81 Streamer.switchSection(AttributeSection); in finishAttributeSection()
83 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
94 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
95 Streamer.emitBytes(CurrentVendor); in finishAttributeSection()
96 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
98 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection()
99 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
104 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
109 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
112 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
113 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
116 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
117 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
118 Streamer.emitInt8(0); // '\0' in finishAttributeSection()