Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp2515 UnwindPlan::Row::FAValue esp_plus_4, esp_plus_8, ebp_plus_8; in TEST_F() local
2517 esp_plus_8.SetIsRegisterPlusOffset(k_esp, 8); in TEST_F()
2521 EXPECT_EQ(esp_plus_8, plan.GetRowForFunctionOffset(1)->GetCFAValue()); in TEST_F()
2588 UnwindPlan::Row::FAValue esp_minus_4, esp_plus_0, esp_plus_4, esp_plus_8, in TEST_F() local
2593 esp_plus_8.SetIsRegisterPlusOffset(k_esp, 8); in TEST_F()
2599 EXPECT_EQ(esp_plus_8, plan.GetRowForFunctionOffset(1)->GetCFAValue()); in TEST_F()