| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 654 row.SetRegisterInfo(reg_num, reg_location); in ParseFDE() 715 row.SetRegisterInfo(reg_num, reg_location); in ParseFDE() 800 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 818 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 830 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 842 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 855 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 916 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 930 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 971 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
|
| H A D | ArmUnwindInfo.cpp | 337 row.SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
|
| H A D | UnwindPlan.cpp | 283 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() 1062 row.SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly() 1163 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 394 size_t DynamicRegisterInfo::SetRegisterInfo( in SetRegisterInfo() function in DynamicRegisterInfo
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 354 void SetRegisterInfo(uint32_t reg_num,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 617 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseCFIUnwindRow() 766 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseWinUnwindPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1780 entity->SetRegisterInfo(reg_info); in AddOneRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 364 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition() 4993 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()
|