Home
last modified time | relevance | path

Searched refs:ebp_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
2518 ebp_plus_8.SetIsRegisterPlusOffset(k_ebp, 8); in TEST_F()
2523 EXPECT_EQ(ebp_plus_8, plan.GetRowForFunctionOffset(i)->GetCFAValue()) in TEST_F()