Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h122 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
125 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp246 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
1374 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
1382 if (MAI->doesZeroDirectiveSupportNonZeroValue() || FillValue == 0) { in emitFill()
1386 if (FillValue != 0) in emitFill()
1387 OS << ',' << (int)FillValue; in emitFill()
1394 OS << MAI->getData8bitsDirective() << (int)FillValue; in emitFill()
1401 MCStreamer::emitFill(NumBytes, FillValue); in emitFill()
H A DMCObjectStreamer.cpp848 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
854 insert(new MCFillFragment(FillValue, 1, NumBytes, Loc)); in emitFill()
H A DMCStreamer.cpp221 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() argument
222 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectStreamer.h198 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
H A DMCStreamer.h815 void emitFill(uint64_t NumBytes, uint8_t FillValue);
824 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp476 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() argument
479 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()