Lines Matching refs:Streamer
64 return static_cast<MCELFStreamer &>(Streamer); in getStreamer()
97 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
102 Streamer.SwitchSection(AttributeSection); in finishAttributeSection()
104 Streamer.emitInt8(ELFAttrs::Format_Version); in finishAttributeSection()
115 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()
116 Streamer.emitBytes(CurrentVendor); in finishAttributeSection()
117 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
119 Streamer.emitInt8(ELFAttrs::File); in finishAttributeSection()
120 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
125 Streamer.emitULEB128IntValue(item.Tag); in finishAttributeSection()
130 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
133 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
134 Streamer.emitInt8(0); // '\0' in finishAttributeSection()
137 Streamer.emitULEB128IntValue(item.IntValue); in finishAttributeSection()
138 Streamer.emitBytes(item.StringValue); in finishAttributeSection()
139 Streamer.emitInt8(0); // '\0' in finishAttributeSection()