Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp110 Streamer.emitFill(Padding, 0); in emitBinary()
122 auto emitFill = [&Streamer, emitDataSize, in emitBinary() local
128 Streamer.emitFill(Size, Byte); in emitBinary()
139 Streamer.emitFill(Psize, 0); in emitBinary()
150 emitFill](StringRef Name, StringRef Contents) { in emitBinary()
154 emitFill(1); in emitBinary()
163 emitFill(sizeof(uint64_t), Label); in emitBinary()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectStreamer.h197 using MCStreamer::emitFill;
198 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
200 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
H A DMCStreamer.h809 void emitFill(uint64_t NumBytes, uint8_t FillValue);
818 virtual void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
829 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h122 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function
125 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp205 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon4254db360111::AArch64ELFStreamer
208 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCStreamer.cpp219 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) { in emitFill() function in MCStreamer
220 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill()
227 void MCStreamer::emitZeros(uint64_t NumBytes) { emitFill(NumBytes, 0); } in emitZeros()
1209 void MCStreamer::emitFill(const MCExpr &NumBytes, uint64_t Value, SMLoc Loc) {} in emitFill() function in MCStreamer
1210 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() function in MCStreamer
H A DMCAsmStreamer.cpp242 void emitFill(const MCExpr &NumBytes, uint64_t FillValue,
245 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
1359 void MCAsmStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCAsmStreamer
1386 MCStreamer::emitFill(NumBytes, FillValue); in emitFill()
1389 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCAsmStreamer
H A DMCObjectStreamer.cpp848 void MCObjectStreamer::emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in MCObjectStreamer
857 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() function in MCObjectStreamer
H A DMCDwarf.cpp1116 MCOS->emitFill(AddrSize, 0xFF); in emitGenDwarfRanges()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp471 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill() function in __anon948350c40111::ARMELFStreamer
474 MCObjectStreamer::emitFill(NumBytes, FillValue, Loc); in emitFill()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp403 Asm->OutStreamer->emitFill(Padding, 0x0); in emitUnitRangesEntries()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryEmitter.cpp361 Streamer.emitFill(Padding, MAI->getTextAlignFillValue()); in emitFunction()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3329 getStreamer().emitFill(*NumBytes, Val, NumBytesLoc); in parseDirectiveZero()
3372 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill()
4866 getStreamer().emitFill(*NumBytes, FillExpr, NumBytesLoc); in parseDirectiveSpace()
4950 getStreamer().emitFill(Size, 0); in parseDirectiveDS()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2939 return AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantDataSequential()
2983 AP.OutStreamer->emitFill(Bytes, Value); in emitGlobalConstantArray()
H A DDwarfDebug.cpp3040 Asm->OutStreamer->emitFill(Padding, 0xff); in emitDebugARanges()