Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp675 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 DArmUnwindInfo.cpp338 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
H A DUnwindPlan.cpp273 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
/llvm-project-15.0.7/lldb/unittests/Target/
H A DDynamicRegisterInfoTest.cpp114 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 DDynamicRegisterInfo.h54 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
57 size_t SetRegisterInfo(std::vector<Register> &&regs,
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp943 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 DExpressionVariable.h49 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
/llvm-project-15.0.7/lldb/source/Target/
H A DDynamicRegisterInfo.cpp26 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 DTestx86AssemblyInspectionEngine.cpp2239 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 DUnwindPlan.h330 void SetRegisterInfo(uint32_t reg_num,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp624 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 DClangExpressionDeclMap.cpp1797 entity->SetRegisterInfo(reg_info); in AddOneRegister()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp362 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition()
4356 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()