Home
last modified time | relevance | path

Searched refs:emitFill (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectStreamer.h179 using MCStreamer::emitFill;
180 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
182 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
H A DMCStreamer.h773 void emitFill(uint64_t NumBytes, uint8_t FillValue);
782 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
793 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp205 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon571045910111::AArch64ELFStreamer
208 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp216 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() function in MCStreamer
217 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
224 void MCStreamer::emitZeros(uint64_t NumBytes) { emitFill(NumBytes, 0); } in emitZeros()
1178 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} in emitFill() function in MCStreamer
1179 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() function in MCStreamer
H A DMCAsmStreamer.cpp236 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
239 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
1319 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCAsmStreamer
1346 MCStreamer::emitFill(NumBytes, FillValue); in emitFill()
1349 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCAsmStreamer
H A DMCObjectStreamer.cpp803 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCObjectStreamer
812 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCObjectStreamer
H A DMCDwarf.cpp1134 MCOS->emitFill(AddrSize, 0xFF); in emitGenDwarfRanges()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp461 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anonf133901f0111::ARMELFStreamer
464 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp388 Asm->OutStreamer->emitFill(Padding, 0x0); in emitUnitRangesEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3291 getStreamer().emitFill(*NumBytes, Val, NumBytesLoc); in parseDirectiveZero()
3334 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4814 getStreamer().emitFill(*NumBytes, FillExpr, NumBytesLoc); in parseDirectiveSpace()
4898 getStreamer().emitFill(Size, 0); in parseDirectiveDS()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2681 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential()
2721 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()
H A DDwarfDebug.cpp2970 Asm->OutStreamer->emitFill(Padding, 0xff); in emitDebugARanges()