HomeSort by relevance Sort by last modified time
    Searched defs:EmitFill (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 341 EmitFill(Res, Value);
363 void MCObjectStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
MCAsmStreamer.cpp 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);
    [all...]
MCStreamer.cpp 163 /// EmitFill - Emit NumBytes bytes worth of the value specified by
165 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
171 /// The implementation in this class just redirects to EmitFill.
173 EmitFill(NumBytes, 0);

Completed in 60 milliseconds