Searched refs:SetRegisterInfo (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 672 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan() 742 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan() 832 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 850 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 862 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 874 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 887 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 948 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 962 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode() 1058 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
|
| H A D | ArmUnwindInfo.cpp | 339 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
|
| H A D | UnwindPlan.cpp | 237 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | DynamicRegisterInfo.h | 35 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
|
| H A D | DynamicRegisterInfo.cpp | 27 SetRegisterInfo(dict, arch); in DynamicRegisterInfo() 62 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 737 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 742 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly() 865 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly() 963 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 54 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 321 void SetRegisterInfo(uint32_t reg_num,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1923 entity->SetRegisterInfo(reg_info); in AddOneRegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 409 if (m_register_info.SetRegisterInfo(*target_definition_sp, in ParsePythonTargetDefinition()
|