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 493 void MCObjectStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) {
500 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue,
516 emitFill(IntNumBytes, FillValue);
519 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size,
534 MCStreamer::emitFill(IntNumValues, Size, Expr);
MCStreamer.cpp 140 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) {
145 void MCStreamer::emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) {
155 /// The implementation in this class just redirects to emitFill.
157 emitFill(NumBytes, 0);
773 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {}
774 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,

Completed in 492 milliseconds