Lines Matching refs:cie
70 fde.cie = nullptr; in TEST_F()
79 DwarfCie cie{}; in TEST_F() local
82 fde.cie = &cie; in TEST_F()
93 DwarfCie cie{}; in TEST_F() local
96 fde.cie = &cie; in TEST_F()
103 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, nullptr, ::testing::_)) in TEST_F()
118 DwarfCie cie{}; in TEST_F() local
122 fde.cie = &cie; in TEST_F()
129 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, nullptr, ::testing::_)) in TEST_F()
139 DwarfCie cie{}; in TEST_F() local
143 fde0.cie = &cie; in TEST_F()
149 EXPECT_CALL(*section_, Eval(&cie, &process, ::testing::_, nullptr, ::testing::_)) in TEST_F()
158 fde1.cie = &cie; in TEST_F()