Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/MC/
DMCObjectStreamer.h143 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,
DMCStreamer.h588 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/
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.h775 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/
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,
/external/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 __anon199875310111::AArch64ELFStreamer
147 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp493 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()
DMCAsmStreamer.cpp188 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 …]
DMCStreamer.cpp140 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/
DAArch64ELFStreamer.cpp203 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/
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
/external/llvm-project/llvm/lib/MC/
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()
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
DMCAsmStreamer.cpp228 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
DMCObjectStreamer.cpp783 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/
DARMELFStreamer.cpp469 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/
DARMELFStreamer.cpp461 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/
DDWARFStreamer.cpp362 Asm->OutStreamer->emitFill(Padding, 0x0); in emitUnitRangesEntries()
/external/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()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3210 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/
DAsmPrinter.cpp1957 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential()
1996 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2821 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/
DAsmPrinter.cpp2432 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential()
2472 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()

12