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

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 388 EmitFill(Res, Value);
410 void MCObjectStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
MCStreamer.cpp 132 /// EmitFill - Emit NumBytes bytes worth of the value specified by
134 void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue) {
140 /// The implementation in this class just redirects to EmitFill.
142 EmitFill(NumBytes, 0);

Completed in 40 milliseconds