Searched refs:SetRegisterInfo (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 675 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan() 745 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan() 834 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 852 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 864 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 876 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 889 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 950 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 964 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 1005 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
|
| H A D | ArmUnwindInfo.cpp | 338 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
|
| H A D | UnwindPlan.cpp | 272 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.h | 35 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
|
| H A D | DynamicRegisterInfo.cpp | 26 SetRegisterInfo(dict, arch); in DynamicRegisterInfo() 61 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 942 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 947 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1070 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1168 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 49 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 488 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseCFIUnwindRow() 641 row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseWinUnwindPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 330 void SetRegisterInfo(uint32_t reg_num,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1709 entity->SetRegisterInfo(reg_info); in AddOneRegister()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 377 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition()
|