Searched refs:emitValueToAlignment (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWasmStreamer.h67 void emitValueToAlignment(unsigned, int64_t, unsigned, unsigned) override;
H A DMCELFStreamer.h71 void emitValueToAlignment(unsigned, int64_t, unsigned, unsigned) override;
H A DMCObjectStreamer.h137 void emitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
H A DMCStreamer.h801 virtual void emitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp156 void MCWasmStreamer::emitValueToAlignment(unsigned ByteAlignment, int64_t Value, function in class:MCWasmStreamer
159 MCObjectStreamer::emitValueToAlignment(ByteAlignment, Value, ValueSize,
H A DMCXCOFFStreamer.cpp88 emitValueToAlignment(ByteAlignment);
H A DMCELFStreamer.cpp308 emitValueToAlignment(ByteAlignment, 0, 1, 0);
350 void MCELFStreamer::emitValueToAlignment(unsigned ByteAlignment, function in class:MCELFStreamer
356 MCObjectStreamer::emitValueToAlignment(ByteAlignment, Value,
H A DMCWin64EH.cpp146 streamer.emitValueToAlignment(4);
162 streamer.emitValueToAlignment(4);
501 streamer.emitValueToAlignment(4);
649 streamer.emitValueToAlignment(4);
H A DMCWinCOFFStreamer.cpp304 emitValueToAlignment(ByteAlignment, 0, 1, 0);
H A DMCMachOStreamer.cpp444 emitValueToAlignment(ByteAlignment, 0, 1, 0);
H A DMCCodeView.cpp187 OS.emitValueToAlignment(4, 0);
235 OS.emitValueToAlignment(4);
H A DMCObjectStreamer.cpp582 void MCObjectStreamer::emitValueToAlignment(unsigned ByteAlignment, function in class:MCObjectStreamer
598 emitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit);
H A DMCDwarf.cpp1727 Streamer.emitValueToAlignment(IsEH ? 4 : MAI->getCodePointerSize());
1805 Streamer.emitValueToAlignment(Align);
1904 Streamer.emitValueToAlignment(AsmInfo->getCodePointerSize());
H A DMCAsmStreamer.cpp229 void emitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
1221 void MCAsmStreamer::emitValueToAlignment(unsigned ByteAlignment, int64_t Value,
1286 emitValueToAlignment(ByteAlignment, MAI->getTextAlignFillValue(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp113 emitValueToAlignment(ByteAlignment, 0, 1, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp165 Streamer.emitValueToAlignment(8);
292 Streamer.emitValueToAlignment(PointerSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp531 OS.emitValueToAlignment(8);
543 OS.emitValueToAlignment(8);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp456 S.emitValueToAlignment(4, 0, 1, 0); // padding 0
458 S.emitValueToAlignment(4, 0, 1, 0); // padding 0
611 OS.emitValueToAlignment(64, Encoded_s_code_end, 4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp440 OS.emitValueToAlignment(4, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp717 OS.emitValueToAlignment(4);
983 OS.emitValueToAlignment(4);
H A DAccelTable.cpp540 Asm->OutStreamer->emitValueToAlignment(4, 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1391 OutStreamer->emitValueToAlignment(8);
1421 OutStreamer->emitValueToAlignment(4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp495 getStreamer().emitValueToAlignment(Align);
H A DELFAsmParser.cpp821 getStreamer().emitValueToAlignment(4);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1057 OutStreamer->emitValueToAlignment(4);

Completed in 223 milliseconds

12