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

References

tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  945   current_sp_bytes_offset_from_fa = m_wordsize;
  946   initial_regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa);
 1011       current_sp_bytes_offset_from_fa = 0;
 1013           m_lldb_sp_regnum, current_sp_bytes_offset_from_fa);
 1028         current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset();
 1040         current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset();
 1052       current_sp_bytes_offset_from_fa += m_wordsize;
 1057         fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
 1067             regloc.SetAtAFAPlusOffset(-current_sp_bytes_offset_from_fa);
 1069             regloc.SetAtCFAPlusOffset(-current_sp_bytes_offset_from_fa);
 1077       current_sp_bytes_offset_from_fa -= m_wordsize;
 1098             m_lldb_sp_regnum, current_sp_bytes_offset_from_fa);
 1104       current_sp_bytes_offset_from_fa -= m_wordsize;
 1107             m_lldb_sp_regnum, current_sp_bytes_offset_from_fa);
 1136         current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset();
 1139       current_sp_bytes_offset_from_fa -= m_wordsize;
 1143             m_lldb_sp_regnum, current_sp_bytes_offset_from_fa);
 1174       current_sp_bytes_offset_from_fa += stack_offset;
 1176         fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
 1182       current_sp_bytes_offset_from_fa -= stack_offset;
 1184         fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
 1192       current_sp_bytes_offset_from_fa += m_wordsize;
 1194         fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
 1200       current_sp_bytes_offset_from_fa -= stack_offset;
 1202         fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
 1218         current_sp_bytes_offset_from_fa =
 1232         current_sp_bytes_offset_from_fa = fa_value_ptr->GetOffset() - stack_offset;
 1263           current_sp_bytes_offset_from_fa =
 1285       current_sp_bytes_offset_from_fa += m_wordsize;
 1287         fa_value_ptr->SetOffset(current_sp_bytes_offset_from_fa);
 1320           current_sp_bytes_offset_from_fa;