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.cpp172 void RISCVELFStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
175 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.cpp393 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
396 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h172 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
H A DMCStreamer.h770 void emitFill(uint64_t NumBytes, uint8_t FillValue);
779 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp262 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
1421 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
1429 if (!MAI->isAIX() || FillValue == 0) { in emitFill()
1433 if (FillValue != 0) in emitFill()
1434 OS << ',' << (int)FillValue; in emitFill()
1441 OS << MAI->getData8bitsDirective() << (int)FillValue; in emitFill()
1448 MCStreamer::emitFill(NumBytes, FillValue); in emitFill()
H A DMCObjectStreamer.cpp735 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
739 getContext().allocFragment<MCFillFragment>(FillValue, 1, NumBytes, Loc)); in emitFill()
H A DMCStreamer.cpp196 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() argument
198 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp501 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
504 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()