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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
 1423   if (unwindplan_regloc.IsCFAPlusOffset()) {
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
 1255             (sp.IsCFAPlusOffset() && sp.GetOffset() == 0 &&
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  744   EXPECT_TRUE(regloc.IsCFAPlusOffset());