Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:EmitIntValue

401     OutStreamer.EmitIntValue(0, PtrSize);
1347 OutStreamer.EmitIntValue(Value, 1);
1353 OutStreamer.EmitIntValue(Value, 2);
1359 OutStreamer.EmitIntValue(Value, 4);
1669 AP.OutStreamer.EmitIntValue(CDS->getElementAsInteger(i),
1685 AP.OutStreamer.EmitIntValue(I, 4);
1698 AP.OutStreamer.EmitIntValue(I, 8);
1791 AP.OutStreamer.EmitIntValue(p[Chunk--], TrailingBytes);
1794 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t));
1798 AP.OutStreamer.EmitIntValue(p[Chunk], sizeof(uint64_t));
1801 AP.OutStreamer.EmitIntValue(p[Chunk], TrailingBytes);
1850 AP.OutStreamer.EmitIntValue(Val, 8);
1862 AP.OutStreamer.EmitIntValue(ExtraBits, Size);
1881 AP.OutStreamer.EmitIntValue(CI->getZExtValue(), Size);
1893 AP.OutStreamer.EmitIntValue(0, Size);
1938 OutStreamer.EmitIntValue(0, 1);