Home
last modified time | relevance | path

Searched refs:SetRegisterInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp288 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 …]
DUnwindPlan.cpp212 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/
DUnwindAssembly-x86.cpp527 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/
DDynamicRegisterInfo.h35 SetRegisterInfo (const lldb_private::PythonDictionary &dict,
DDynamicRegisterInfo.cpp52 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/
DClangExpressionVariable.cpp72 ClangExpressionVariable::SetRegisterInfo (const RegisterInfo *reg_info) in SetRegisterInfo() function in ClangExpressionVariable
DClangExpressionDeclMap.cpp1827 entity->SetRegisterInfo (reg_info); in AddOneRegister()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DUnwindPlan.h258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DClangExpressionVariable.h217 SetRegisterInfo (const RegisterInfo *reg_info);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp359 …if (m_register_info.SetRegisterInfo (target_dict, GetTarget().GetArchitecture().GetByteOrder()) > … in ParsePythonTargetDefinition()