| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | AsmPrinterDwarfTest.cpp | 94 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 D | DIETest.cpp | 63 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(Val, Size, _)); in TEST_P() 98 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, Size, _)) in TEST_P()
|
| H A D | TestAsmPrinter.h | 43 MOCK_METHOD3(emitValueImpl,
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A 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()
|
| H A D | MipsELFStreamer.h | 59 void emitValueImpl(const MCExpr *Value, unsigned Size, SMLoc Loc) override;
|
| H A D | MipsTargetStreamer.cpp | 1033 OS.emitValueImpl(ExprRef, 4); in emitDirectiveEnd()
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 136 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 D | RISCVELFStreamer.cpp | 258 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 D | AArch64ELFStreamer.cpp | 200 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 D | MCELFStreamer.h | 74 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
| H A D | MCObjectStreamer.h | 139 void emitValueImpl(const MCExpr *Value, unsigned Size,
|
| H A D | MCStreamer.h | 719 virtual void emitValueImpl(const MCExpr *Value, unsigned Size,
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A 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()
|
| H A D | MCStreamer.cpp | 179 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 D | MCObjectStreamer.cpp | 244 void MCObjectStreamer::emitValueImpl(const MCExpr *Value, unsigned Size, in emitValueImpl() function in MCObjectStreamer 246 MCStreamer::emitValueImpl(Value, Size, Loc); in emitValueImpl()
|
| H A D | MCCodeView.cpp | 263 OS.emitValueImpl(SRE, 4); in emitFileChecksumOffset()
|
| H A D | MCAsmStreamer.cpp | 223 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 D | ARMELFStreamer.cpp | 560 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 D | AsmPrinter.cpp | 3798 OutStreamer->emitValueImpl( in emitXRayTable() 3802 OutStreamer->emitValueImpl( in emitXRayTable()
|