Lines Matching refs:EmitIntValue
517 OutStreamer->EmitIntValue(0, PtrSize); in EmitGlobalVariable()
1637 OutStreamer->EmitIntValue(Value, 1); in EmitInt8()
1643 OutStreamer->EmitIntValue(Value, 2); in EmitInt16()
1649 OutStreamer->EmitIntValue(Value, 4); in EmitInt32()
1916 AP.OutStreamer->EmitIntValue(CDS->getElementAsInteger(i), in emitGlobalConstantDataSequential()
2020 AP.OutStreamer->EmitIntValue(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2023 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2027 AP.OutStreamer->EmitIntValue(p[Chunk], sizeof(uint64_t)); in emitGlobalConstantFP()
2030 AP.OutStreamer->EmitIntValue(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
2079 AP.OutStreamer->EmitIntValue(Val, 8); in emitGlobalConstantLargeInt()
2091 AP.OutStreamer->EmitIntValue(ExtraBits, Size); in emitGlobalConstantLargeInt()
2212 AP.OutStreamer->EmitIntValue(CI->getZExtValue(), Size); in emitGlobalConstantImpl()
2224 AP.OutStreamer->EmitIntValue(0, Size); in emitGlobalConstantImpl()
2277 OutStreamer->EmitIntValue(0, 1); in EmitGlobalConstant()