| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 675 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan() 750 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan() 839 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 857 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 869 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 881 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 894 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 955 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 969 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 1010 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 | 273 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | DynamicRegisterInfo.h | 57 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict, 60 size_t SetRegisterInfo(std::vector<Register> &®s,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 931 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 936 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1059 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1157 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 50 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 30 if (dyn_reg_info->SetRegisterInfo(dict, arch) == 0) in Create() 201 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo 396 size_t DynamicRegisterInfo::SetRegisterInfo( in SetRegisterInfo() 393 size_t DynamicRegisterInfo::SetRegisterInfo( SetRegisterInfo() function in DynamicRegisterInfo
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 330 void SetRegisterInfo(uint32_t reg_num,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 619 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseCFIUnwindRow() 771 row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseWinUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1781 entity->SetRegisterInfo(reg_info); in AddOneRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 354 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition() 4858 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()
|