reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2193   EXPECT_TRUE(row_sp->GetRegisterInfo(k_ebx, regloc));
 2194   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
 2195   EXPECT_EQ(-344, regloc.GetOffset());
 2197   EXPECT_TRUE(row_sp->GetRegisterInfo(k_esi, regloc));
 2198   EXPECT_TRUE(regloc.IsAtCFAPlusOffset());
 2199   EXPECT_EQ(-40, regloc.GetOffset());