Searched refs:SetRegisterInfo (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | DWARFCallFrameInfo.cpp | 288 cie_sp->initial_row.SetRegisterInfo (reg_num, reg_location); in ParseCIE() 485 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 501 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 575 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 586 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 597 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 608 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 621 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 711 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() 724 row->SetRegisterInfo (reg_num, reg_location); in FDEToUnwindPlan() [all …]
|
| D | UnwindPlan.cpp | 212 UnwindPlan::Row::SetRegisterInfo (uint32_t reg_num, const UnwindPlan::Row::RegisterLocation registe… in SetRegisterInfo() function in UnwindPlan::Row
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| D | UnwindAssembly-x86.cpp | 527 row->SetRegisterInfo (m_lldb_sp_regnum, initial_regloc); in get_non_call_site_unwind_plan() 532 row->SetRegisterInfo (m_lldb_ip_regnum, initial_regloc); in get_non_call_site_unwind_plan() 568 row->SetRegisterInfo (m_lldb_fp_regnum, regloc); in get_non_call_site_unwind_plan() 614 row->SetRegisterInfo (lldb_regno, regloc); in get_non_call_site_unwind_plan() 635 row->SetRegisterInfo (lldb_regno, regloc); in get_non_call_site_unwind_plan() 740 epi_row->SetRegisterInfo (m_lldb_sp_regnum, epi_regloc); in get_non_call_site_unwind_plan() 744 epi_row->SetRegisterInfo (m_lldb_ip_regnum, epi_regloc); in get_non_call_site_unwind_plan() 800 row->SetRegisterInfo (m_lldb_ip_regnum, pc_reginfo); in get_fast_unwind_plan() 803 row->SetRegisterInfo (m_lldb_sp_regnum, sp_reginfo); in get_fast_unwind_plan() 817 row->SetRegisterInfo (m_lldb_fp_regnum, fp_reginfo); in get_fast_unwind_plan()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| D | DynamicRegisterInfo.h | 35 SetRegisterInfo (const lldb_private::PythonDictionary &dict,
|
| D | DynamicRegisterInfo.cpp | 52 SetRegisterInfo (dict, byte_order); in DynamicRegisterInfo() 61 DynamicRegisterInfo::SetRegisterInfo (const lldb_private::PythonDictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/ |
| D | ClangExpressionVariable.cpp | 72 ClangExpressionVariable::SetRegisterInfo (const RegisterInfo *reg_info) in SetRegisterInfo() function in ClangExpressionVariable
|
| D | ClangExpressionDeclMap.cpp | 1827 entity->SetRegisterInfo (reg_info); in AddOneRegister()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| D | UnwindPlan.h | 258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| D | ClangExpressionVariable.h | 217 SetRegisterInfo (const RegisterInfo *reg_info);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | ProcessGDBRemote.cpp | 359 …if (m_register_info.SetRegisterInfo (target_dict, GetTarget().GetArchitecture().GetByteOrder()) > … in ParsePythonTargetDefinition()
|