Home | History | Annotate | Download | only in MC

Lines Matching refs:EmitFill

175   void EmitFill(uint64_t NumBytes, uint8_t FillValue) override;
732 /// EmitFill - Emit NumBytes bytes worth of the value specified by
734 void MCAsmStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
746 MCStreamer::EmitFill(NumBytes, FillValue);