Lines Matching full:streamer
1 //===-- CSKYELFStreamer.cpp - CSKY ELF Target Streamer Methods ------------===//
9 // This file provides CSKY specific target streamer methods.
69 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
86 Streamer.switchSection(AttributeSection); in finishAttributeSection()
91 Streamer.switchSection(AttributeSection); in finishAttributeSection()
92 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
103 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
104 Streamer.emitBytes(CurrentVendor); in finishAttributeSection()
105 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
107 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection()
108 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
113 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
118 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
121 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
122 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
125 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
126 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
127 Streamer.emitInt8(0); // '\0' in finishAttributeSection()