| /llvm-project-15.0.7/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 | 273 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | DynamicRegisterInfoTest.cpp | 114 EXPECT_EQ(m_dyninfo.SetRegisterInfo(std::move(m_regs), ArchSpec()), in TEST_F() 123 TEST_F(DynamicRegisterInfoRegisterTest, SetRegisterInfo) { in TEST_F() argument 142 EXPECT_EQ(m_dyninfo.SetRegisterInfo(std::move(m_regs), ArchSpec()), in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | DynamicRegisterInfo.h | 54 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict, 57 size_t SetRegisterInfo(std::vector<Register> &®s,
|
| /llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 943 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 948 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1071 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1169 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 49 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 26 SetRegisterInfo(dict, arch); in DynamicRegisterInfo() 194 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo 383 size_t DynamicRegisterInfo::SetRegisterInfo( in SetRegisterInfo() function in DynamicRegisterInfo
|
| /llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/ |
| H A D | Testx86AssemblyInspectionEngine.cpp | 2239 row_sp->SetRegisterInfo(k_rip, regloc); in TEST_F() 2252 row_sp->SetRegisterInfo(k_rbp, regloc); in TEST_F() 2326 row_sp->SetRegisterInfo(k_rip, regloc); in TEST_F() 2339 row_sp->SetRegisterInfo(k_rbp, regloc); in TEST_F() 2404 row_sp->SetRegisterInfo(k_eip, regloc); in TEST_F() 2417 row_sp->SetRegisterInfo(k_ebp, regloc); in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 330 void SetRegisterInfo(uint32_t reg_num,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 624 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseCFIUnwindRow() 776 row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseWinUnwindPlan()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1797 entity->SetRegisterInfo(reg_info); in AddOneRegister()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 362 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition() 4356 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()
|