Lines Matching defs:emitIntValue
856 bool emitIntValue(const MCExpr *Value, unsigned Size);
3641 bool MasmParser::emitIntValue(const MCExpr *Value, unsigned Size) {
3648 getStreamer().emitIntValue(IntValue, Size);
3653 getStreamer().emitIntValue(0, Size);
3728 emitIntValue(Value, Size);
3932 getStreamer().emitIntValue(AsInt);
4285 if (emitIntValue(Value, Field.Type))
4294 getStreamer().emitIntValue(AsInt.getLimitedValue(),
4329 if (emitIntValue(Value, Field.Type))
4335 if (emitIntValue(Value, Field.Type))
4345 getStreamer().emitIntValue(AsInt.getLimitedValue(),
4351 getStreamer().emitIntValue(AsInt.getLimitedValue(),
5397 getStreamer().emitIntValue(Insertion.second, 4);