Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectStreamer.h177 using MCStreamer::emitFill;
178 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
180 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
DMCStreamer.h727 void emitFill(uint64_t NumBytes, uint8_t FillValue);
736 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
747 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp144 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon08d904500111::AArch64ELFStreamer
147 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp203 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() function in MCStreamer
204 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
209 emitFill(NumBytes, 0); in EmitZeros()
1088 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} in emitFill() function in MCStreamer
1089 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() function in MCStreamer
DMCAsmStreamer.cpp213 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
216 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
1098 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCAsmStreamer
1114 MCStreamer::emitFill(NumBytes, FillValue); in emitFill()
1117 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCAsmStreamer
DMCObjectStreamer.cpp702 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCObjectStreamer
711 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCObjectStreamer
DMCDwarf.cpp1117 MCOS->emitFill(AddrSize, 0xFF); in EmitGenDwarfRanges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp469 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon6424ffde0111::ARMELFStreamer
472 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3184 getStreamer().emitFill(*NumBytes, Val, NumBytesLoc); in parseDirectiveZero()
3228 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4721 getStreamer().emitFill(*NumBytes, FillExpr, NumBytesLoc); in parseDirectiveSpace()
4818 getStreamer().emitFill(Size, 0); in parseDirectiveDS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2432 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential()
2472 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()
DDwarfDebug.cpp2679 Asm->OutStreamer->emitFill(Padding, 0xff); in emitDebugARanges()