Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp272 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h35 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
H A DDynamicRegisterInfo.cpp26 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 Dx86AssemblyInspectionEngine.cpp942 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 DExpressionVariable.h49 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp488 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 DUnwindPlan.h330 void SetRegisterInfo(uint32_t reg_num,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1709 entity->SetRegisterInfo(reg_info); in AddOneRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp377 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition()