Searched defs:EmitFill (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp341 EmitFill(Res, Value);
363 void MCObjectStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) { function in class:MCObjectStreamer
H A DMCAsmStreamer.cpp175 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) { function in class:MCAsmStreamer
746 MCStreamer::EmitFill(NumBytes, FillValue);
H A DMCStreamer.cpp163 /// EmitFill - Emit NumBytes bytes worth of the value specified by
165 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) { function in class:MCStreamer
171 /// The implementation in this class just redirects to EmitFill.
173 EmitFill(NumBytes, 0);

Completed in 146 milliseconds