Lines Matching full:numbytes
2667 int64_t NumBytes;2668 if (parseAbsoluteExpression(NumBytes))2683 getStreamer().EmitFill(NumBytes, Val);3745 int64_t NumBytes;3746 if (parseAbsoluteExpression(NumBytes))3764 if (NumBytes <= 0)3769 getStreamer().EmitFill(NumBytes, FillExpr);