/external/llvm-project/llvm/unittests/CodeGen/ |
D | AsmPrinterDwarfTest.cpp | 91 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()
|
D | DIETest.cpp | 66 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(Val, Size, _)); in TEST_P() 107 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, Size, _)) in TEST_P()
|
D | TestAsmPrinter.h | 42 MOCK_METHOD3(emitValueImpl,
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFStreamer.cpp | 99 void MipsELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MipsELFStreamer 101 MCELFStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
D | MipsELFStreamer.h | 59 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
D | MipsTargetStreamer.cpp | 1019 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFStreamer.cpp | 198 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/ |
D | MCELFStreamer.h | 66 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
D | MCObjectStreamer.h | 121 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
D | MCStreamer.h | 685 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
|
/external/llvm-project/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 358 void MCELFStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCELFStreamer 363 MCObjectStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
D | MCStreamer.cpp | 176 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
|
D | MCObjectStreamer.cpp | 225 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer 227 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
D | MCCodeView.cpp | 262 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
|
D | MCAsmStreamer.cpp | 209 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/ |
D | ARMELFStreamer.cpp | 550 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/ |
D | AsmPrinter.cpp | 3378 OutStreamer->emitValueImpl( in emitXRayTable() 3382 OutStreamer->emitValueImpl( in emitXRayTable()
|