Home
last modified time | relevance | path

Searched refs:emitValueImpl (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp98 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer
100 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMipsELFStreamer.h58 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
H A DMipsTargetStreamer.cpp1029 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h134 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function
136 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp187 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in RISCVELFStreamer
190 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DRISCVELFStreamer.h38 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp240 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anoneb8230060111::AArch64ELFStreamer
242 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h76 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCObjectStreamer.h118 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCStreamer.h700 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp318 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
323 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCObjectStreamer.cpp184 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
186 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCStreamer.cpp180 emitValueImpl(Value, Size, Loc); in emitValue()
189 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
1224 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
H A DMCCodeView.cpp260 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
H A DMCAsmStreamer.cpp248 void emitValueImpl(const MCExpr *Value, unsigned Size,
1335 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp564 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anonf150d5940111::ARMELFStreamer
574 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4252 OutStreamer->emitValueImpl( in emitXRayTable()
4256 OutStreamer->emitValueImpl( in emitXRayTable()
4282 OutStreamer->emitValueImpl( in emitXRayTable()
4286 OutStreamer->emitValueImpl(MCConstantExpr::create(Sleds.size(), Ctx), in emitXRayTable()