Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp1031 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h136 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function
138 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp190 void RISCVELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in RISCVELFStreamer
193 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DRISCVELFStreamer.h39 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp241 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon9242ed3c0111::AArch64ELFStreamer
243 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h74 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCObjectStreamer.h139 void emitValueImpl(const MCExpr *Value, unsigned Size,
H A DMCStreamer.h735 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp364 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
369 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCStreamer.cpp181 emitValueImpl(Value, Size, Loc); in emitValue()
190 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 DMCObjectStreamer.cpp248 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
250 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCCodeView.cpp263 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
H A DMCAsmStreamer.cpp232 void emitValueImpl(const MCExpr *Value, unsigned Size,
1320 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp565 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon42dabcca0111::ARMELFStreamer
575 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4218 OutStreamer->emitValueImpl( in emitXRayTable()
4222 OutStreamer->emitValueImpl( in emitXRayTable()
4248 OutStreamer->emitValueImpl( in emitXRayTable()
4252 OutStreamer->emitValueImpl(MCConstantExpr::create(Sleds.size(), Ctx), in emitXRayTable()