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

Declarations

tools/lldb/include/lldb/Symbol/UnwindPlan.h
  333     void SetRegisterInfo(uint32_t reg_num,

References

tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  471       row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc);
  623     row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc);
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
  942   row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc);
  947   row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc);
 1070         row->SetRegisterInfo(lldb_regno, regloc);
 1168       row->SetRegisterInfo(lldb_regno, regloc);
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  338       row->SetRegisterInfo(dwarf_pc, lr_location);
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  676             row->SetRegisterInfo(reg_num, reg_location);
  746             row->SetRegisterInfo(reg_num, reg_location);
  835       row.SetRegisterInfo(reg_num, reg_location);
  853       row.SetRegisterInfo(reg_num, reg_location);
  865       row.SetRegisterInfo(reg_num, reg_location);
  877       row.SetRegisterInfo(reg_num, reg_location);
  890       row.SetRegisterInfo(reg_num, reg_location);
  951       row.SetRegisterInfo(reg_num, reg_location);
  965       row.SetRegisterInfo(reg_num, reg_location);
 1006       row.SetRegisterInfo(reg_num, reg_location);
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
 2240   row_sp->SetRegisterInfo(k_rip, regloc);
 2253   row_sp->SetRegisterInfo(k_rbp, regloc);
 2327   row_sp->SetRegisterInfo(k_rip, regloc);
 2340   row_sp->SetRegisterInfo(k_rbp, regloc);
 2405   row_sp->SetRegisterInfo(k_eip, regloc);
 2418   row_sp->SetRegisterInfo(k_ebp, regloc);