Lines Matching refs:EmitIntValue
497 OutStreamer.EmitIntValue(0, PtrSize); in EmitGlobalVariable()
1573 OutStreamer.EmitIntValue(Value, 1); in EmitInt8()
1579 OutStreamer.EmitIntValue(Value, 2); in EmitInt16()
1585 OutStreamer.EmitIntValue(Value, 4); in EmitInt32()
1877 AP.OutStreamer.EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
1893 AP.OutStreamer.EmitIntValue(I, 4); in emitGlobalConstantDataSequential()
1906 AP.OutStreamer.EmitIntValue(I, 8); in emitGlobalConstantDataSequential()
2008 AP.OutStreamer.EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2011 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2015 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2018 AP.OutStreamer.EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
2067 AP.OutStreamer.EmitIntValue(Val, 8); in emitGlobalConstantLargeInt()
2080 AP.OutStreamer.EmitIntValue(ExtraBits, Size); in emitGlobalConstantLargeInt()
2194 AP.OutStreamer.EmitIntValue(CI->getZExtValue(), Size); in emitGlobalConstantImpl()
2206 AP.OutStreamer.EmitIntValue(0, Size); in emitGlobalConstantImpl()
2260 OutStreamer.EmitIntValue(0, 1); in EmitGlobalConstant()