/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 177 using MCStreamer::emitFill; 178 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, 180 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
|
D | MCStreamer.h | 727 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/ |
D | AArch64ELFStreamer.cpp | 144 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/ |
D | MCStreamer.cpp | 203 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
|
D | MCAsmStreamer.cpp | 213 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
|
D | MCObjectStreamer.cpp | 702 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
|
D | MCDwarf.cpp | 1117 MCOS->emitFill(AddrSize, 0xFF); in EmitGenDwarfRanges()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 469 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/ |
D | AsmParser.cpp | 3184 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/ |
D | AsmPrinter.cpp | 2432 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential() 2472 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()
|
D | DwarfDebug.cpp | 2679 Asm->OutStreamer->emitFill(Padding, 0xff); in emitDebugARanges()
|