Lines Matching defs:emitIntValue
854 bool emitIntValue(const MCExpr *Value, unsigned Size);
3640 bool MasmParser::emitIntValue(const MCExpr *Value, unsigned Size) {
3647 getStreamer().emitIntValue(IntValue, Size);
3652 getStreamer().emitIntValue(0, Size);
3727 emitIntValue(Value, Size);
3931 getStreamer().emitIntValue(AsInt);
4284 if (emitIntValue(Value, Field.Type))
4293 getStreamer().emitIntValue(AsInt.getLimitedValue(),
4328 if (emitIntValue(Value, Field.Type))
4334 if (emitIntValue(Value, Field.Type))
4344 getStreamer().emitIntValue(AsInt.getLimitedValue(),
4350 getStreamer().emitIntValue(AsInt.getLimitedValue(),
5396 getStreamer().emitIntValue(Insertion.second, 4);