/external/llvm/include/llvm/MC/ |
D | MCObjectStreamer.h | 143 using MCStreamer::emitFill; 144 void emitFill(uint64_t NumBytes, uint8_t FillValue) override; 145 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, 147 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
|
D | MCStreamer.h | 588 virtual void emitFill(uint64_t NumBytes, uint8_t FillValue); 597 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue, 608 virtual void emitFill(uint64_t NumValues, int64_t Size, int64_t Expr); 609 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
|
/external/llvm-project/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 | 775 void emitFill(uint64_t NumBytes, uint8_t FillValue); 784 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue, 795 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
|
/external/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,
|
/external/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 __anon199875310111::AArch64ELFStreamer 147 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 493 void MCObjectStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() function in MCObjectStreamer 500 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCObjectStreamer 516 emitFill(IntNumBytes, FillValue); in emitFill() 519 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCObjectStreamer 534 MCStreamer::emitFill(IntNumValues, Size, Expr); in emitFill()
|
D | MCAsmStreamer.cpp | 188 void emitFill(uint64_t NumBytes, uint8_t FillValue) override; 190 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, 193 void emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) override; 195 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, 874 void MCAsmStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() function in MCAsmStreamer 878 emitFill(*E, FillValue); in emitFill() 881 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCAsmStreamer 893 MCStreamer::emitFill(NumBytes, FillValue); in emitFill() 896 void MCAsmStreamer::emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) { in emitFill() function in MCAsmStreamer 901 emitFill(*E, Size, Expr); in emitFill() [all …]
|
D | MCStreamer.cpp | 140 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() function in MCStreamer 145 void MCStreamer::emitFill(uint64_t NumValues, int64_t Size, int64_t Expr) { in emitFill() function in MCStreamer 157 emitFill(NumBytes, 0); in EmitZeros() 773 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} in emitFill() function in MCStreamer 774 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() function in MCStreamer
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 203 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon70fa76bd0111::AArch64ELFStreamer 206 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
|
/external/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
|
/external/llvm-project/llvm/lib/MC/ |
D | MCStreamer.cpp | 216 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() 1125 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} in emitFill() function in MCStreamer 1126 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() function in MCStreamer
|
D | MCAsmStreamer.cpp | 228 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, 231 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, 1245 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCAsmStreamer 1272 MCStreamer::emitFill(NumBytes, FillValue); in emitFill() 1275 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCAsmStreamer
|
D | MCObjectStreamer.cpp | 783 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCObjectStreamer 792 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCObjectStreamer
|
/external/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 __anone0d61fbf0111::ARMELFStreamer 472 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 461 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon41c5554b0111::ARMELFStreamer 464 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 362 Asm->OutStreamer->emitFill(Padding, 0x0); in emitUnitRangesEntries()
|
/external/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()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3210 getStreamer().emitFill(*NumBytes, Val, NumBytesLoc); in parseDirectiveZero() 3254 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill() 4756 getStreamer().emitFill(*NumBytes, FillExpr, NumBytesLoc); in parseDirectiveSpace() 4853 getStreamer().emitFill(Size, 0); in parseDirectiveDS()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1957 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential() 1996 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2821 getStreamer().emitFill(*NumBytes, Val, NumBytesLoc); in parseDirectiveZero() 2877 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill() 4136 getStreamer().emitFill(*NumBytes, FillExpr, NumBytesLoc); in parseDirectiveSpace()
|
/external/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()
|