Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp217 const auto *GoodInstrMeta = in TEST_F() local
219 EXPECT_NE(nullptr, GoodInstrMeta); in TEST_F()
220 EXPECT_EQ(0xDEADBEEF, GoodInstrMeta->VMAddress); in TEST_F()
221 EXPECT_EQ(1u, GoodInstrMeta->InstructionSize); in TEST_F()
223 GoodInstrMeta = Analysis.getNextInstructionSequential(BadInstrMeta); in TEST_F()
224 EXPECT_NE(nullptr, GoodInstrMeta); in TEST_F()
225 EXPECT_EQ(0xDEADBEEF + 2, GoodInstrMeta->VMAddress); in TEST_F()
226 EXPECT_EQ(1u, GoodInstrMeta->InstructionSize); in TEST_F()