Home
last modified time | relevance | path

Searched refs:emitValueImpl (Results 1 – 20 of 20) 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.cpp1122 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.cpp178 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in RISCVELFStreamer
181 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/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.h119 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
H A DSystemZHLASMAsmStreamer.cpp273 void SystemZHLASMAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in SystemZHLASMAsmStreamer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h68 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCObjectStreamer.h117 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCStreamer.h722 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp388 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anoneb8230060111::AArch64ELFStreamer
390 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DAArch64TargetStreamer.cpp43 Streamer.emitValueImpl(AArch64AuthMCExpr::create(Expr, Discriminator, Key, in emitAuthValue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp316 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
320 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCObjectStreamer.cpp173 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
175 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()
1323 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
H A DMCCodeView.cpp248 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
H A DMCAsmStreamer.cpp252 void emitValueImpl(const MCExpr *Value, unsigned Size,
1341 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.cpp590 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anonf150d5940111::ARMELFStreamer
600 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4635 OutStreamer->emitValueImpl( in emitXRayTable()
4639 OutStreamer->emitValueImpl( in emitXRayTable()
4663 OutStreamer->emitValueImpl( in emitXRayTable()
4667 OutStreamer->emitValueImpl(MCConstantExpr::create(Sleds.size(), Ctx), in emitXRayTable()