Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp99 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer
101 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMipsELFStreamer.h59 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
H A DMipsTargetStreamer.cpp1019 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp227 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon9383c5f60111::RISCVELFStreamer
230 return MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
232 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp200 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon74c28cba0111::AArch64ELFStreamer
202 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h67 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCObjectStreamer.h121 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCStreamer.h686 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp356 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
361 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCStreamer.cpp176 emitValueImpl(Value, Size, Loc); in emitValue()
185 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
1189 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
H A DMCObjectStreamer.cpp222 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
224 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCCodeView.cpp262 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
H A DMCAsmStreamer.cpp219 void emitValueImpl(const MCExpr *Value, unsigned Size,
1207 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp456 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anonf4a9be480111::ARMELFStreamer
466 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3518 OutStreamer->emitValueImpl( in emitXRayTable()
3522 OutStreamer->emitValueImpl( in emitXRayTable()