Lines Matching refs:EmitIntValue
603 OutStreamer->EmitIntValue(0, PtrSize); in EmitGlobalVariable()
2044 OutStreamer->EmitIntValue(Value, 1); in emitInt8()
2049 OutStreamer->EmitIntValue(Value, 2); in emitInt16()
2054 OutStreamer->EmitIntValue(Value, 4); in emitInt32()
2059 OutStreamer->EmitIntValue(Value, 8); in emitInt64()
2347 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
2452 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2455 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2459 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2462 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
2514 AP.OutStreamer->EmitIntValue(Val, 8); in emitGlobalConstantLargeInt()
2526 AP.OutStreamer->EmitIntValue(ExtraBits, Size); in emitGlobalConstantLargeInt()
2644 AP.OutStreamer->EmitIntValue(CI->getZExtValue(), Size); in emitGlobalConstantImpl()
2656 AP.OutStreamer->EmitIntValue(0, Size); in emitGlobalConstantImpl()
2709 OutStreamer->EmitIntValue(0, 1); in EmitGlobalConstant()