Home
last modified time | relevance | path

Searched refs:FillValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h120 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
123 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp181 void RISCVELFStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
184 MCELFStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
H A DRISCVELFStreamer.h37 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, SMLoc Loc) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp245 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
248 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp267 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
1457 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
1465 if (MAI->doesZeroDirectiveSupportNonZeroValue() || FillValue == 0) { in emitFill()
1469 if (FillValue != 0) in emitFill()
1470 OS << ',' << (int)FillValue; in emitFill()
1477 OS << MAI->getData8bitsDirective() << (int)FillValue; in emitFill()
1484 MCStreamer::emitFill(NumBytes, FillValue); in emitFill()
H A DMCObjectStreamer.cpp744 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
748 getContext().allocFragment<MCFillFragment>(FillValue, 1, NumBytes, Loc)); in emitFill()
H A DMCStreamer.cpp220 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() argument
222 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h178 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
H A DMCStreamer.h790 void emitFill(uint64_t NumBytes, uint8_t FillValue);
799 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp475 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
478 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()