Lines Matching refs:Streamer
51 Streamer->emitBytes(BytesSR); in endRecord()
106 Streamer->emitBinaryData(toStringRef(Bytes)); in mapByteVectorTail()
131 std::string TypeNameStr = Streamer->getTypeName(TypeInd); in mapInteger()
136 Streamer->emitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex())); in mapInteger()
213 Streamer->emitBytes(NullTerminatedString); in mapStringZ()
234 Streamer->emitBytes(GuidSR); in mapGuid()
286 Streamer->emitIntValue(Value, 2); in emitEncodedSignedInteger()
290 Streamer->emitIntValue(LF_CHAR, 2); in emitEncodedSignedInteger()
292 Streamer->emitIntValue(Value, 1); in emitEncodedSignedInteger()
296 Streamer->emitIntValue(LF_SHORT, 2); in emitEncodedSignedInteger()
298 Streamer->emitIntValue(Value, 2); in emitEncodedSignedInteger()
302 Streamer->emitIntValue(LF_LONG, 2); in emitEncodedSignedInteger()
304 Streamer->emitIntValue(Value, 4); in emitEncodedSignedInteger()
307 Streamer->emitIntValue(LF_QUADWORD, 2); in emitEncodedSignedInteger()
309 Streamer->emitIntValue(Value, 4); // FIXME: Why not 8 (size of quadword)? in emitEncodedSignedInteger()
318 Streamer->emitIntValue(Value, 2); in emitEncodedUnsignedInteger()
321 Streamer->emitIntValue(LF_USHORT, 2); in emitEncodedUnsignedInteger()
323 Streamer->emitIntValue(Value, 2); in emitEncodedUnsignedInteger()
326 Streamer->emitIntValue(LF_ULONG, 2); in emitEncodedUnsignedInteger()
328 Streamer->emitIntValue(Value, 4); in emitEncodedUnsignedInteger()
332 Streamer->emitIntValue(LF_UQUADWORD, 2); in emitEncodedUnsignedInteger()
334 Streamer->emitIntValue(Value, 8); in emitEncodedUnsignedInteger()