Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp94 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
117 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
156 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
180 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
219 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
243 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
H A DDIETest.cpp63 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(Val, Size, _)); in TEST_P()
98 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, Size, _)) in TEST_P()
H A DTestAsmPrinter.h43 MOCK_METHOD3(emitValueImpl,
/llvm-project-15.0.7/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.cpp1033 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVELFStreamer.cpp258 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anond29a36720111::RISCVELFStreamer
261 return MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
263 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp200 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon4254db360111::AArch64ELFStreamer
202 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/llvm-project-15.0.7/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.h719 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCELFStreamer.cpp358 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
363 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCStreamer.cpp179 emitValueImpl(Value, Size, Loc); in emitValue()
188 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
1204 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
H A DMCObjectStreamer.cpp244 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
246 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
H A DMCCodeView.cpp263 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
H A DMCAsmStreamer.cpp223 void emitValueImpl(const MCExpr *Value, unsigned Size,
1237 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp560 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon948350c40111::ARMELFStreamer
570 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3798 OutStreamer->emitValueImpl( in emitXRayTable()
3802 OutStreamer->emitValueImpl( in emitXRayTable()