Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/CodeGen/
DAsmPrinterDwarfTest.cpp91 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
114 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
153 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
177 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
216 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
240 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
DDIETest.cpp66 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(Val, Size, _)); in TEST_P()
107 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, Size, _)) in TEST_P()
DTestAsmPrinter.h42 MOCK_METHOD3(emitValueImpl,
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFStreamer.cpp99 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer
101 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
DMipsELFStreamer.h59 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
DMipsTargetStreamer.cpp1019 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFStreamer.cpp198 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon70fa76bd0111::AArch64ELFStreamer
200 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/external/llvm-project/llvm/include/llvm/MC/
DMCELFStreamer.h66 void emitValueImpl(const MCExpr *Value, unsigned Size,
DMCObjectStreamer.h121 void emitValueImpl(const MCExpr *Value, unsigned Size,
DMCStreamer.h685 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
/external/llvm-project/llvm/lib/MC/
DMCELFStreamer.cpp358 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer
363 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
DMCStreamer.cpp176 emitValueImpl(Value, Size, Loc); in emitValue()
185 emitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in emitSymbolValue()
1120 void MCStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) { in emitValueImpl() function in MCStreamer
DMCObjectStreamer.cpp225 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer
227 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
DMCCodeView.cpp262 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
DMCAsmStreamer.cpp209 void emitValueImpl(const MCExpr *Value, unsigned Size,
1123 void MCAsmStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCAsmStreamer
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp550 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override { in emitValueImpl() function in __anon41c5554b0111::ARMELFStreamer
560 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3378 OutStreamer->emitValueImpl( in emitXRayTable()
3382 OutStreamer->emitValueImpl( in emitXRayTable()