Home
last modified time | relevance | path

Searched refs:getMS (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp62 TestPrinter->getMS().switchSection(Sec); in init()
84 EXPECT_CALL(TestPrinter->getMS(), in TEST_F()
94 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
107 EXPECT_CALL(TestPrinter->getMS(), in TEST_F()
117 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 8, _)) in TEST_F()
130 EXPECT_CALL(TestPrinter->getMS(), in TEST_F()
156 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, 4, _)) in TEST_F()
271 EXPECT_CALL(TestPrinter->getMS(), emitIntValue(Val, 4)); in TEST_F()
279 EXPECT_CALL(TestPrinter->getMS(), emitIntValue(Val, 8)); in TEST_F()
346 EXPECT_CALL(TestPrinter->getMS(), emitLabel(_, _)) in TEST_F()
[all …]
H A DDIETest.cpp63 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(Val, Size, _)); in TEST_P()
98 EXPECT_CALL(TestPrinter->getMS(), emitValueImpl(_, Size, _)) in TEST_P()
142 EXPECT_CALL(TestPrinter->getMS(), emitAbsoluteSymbolDiff(Hi, Lo, Size)); in TEST_P()
H A DTestAsmPrinter.h79 MockMCStreamer &getMS() const { return *MS; } in getMS() function