Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp672 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 DArmUnwindInfo.cpp339 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
H A DUnwindPlan.cpp237 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h35 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
H A DDynamicRegisterInfo.cpp27 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 Dx86AssemblyInspectionEngine.cpp737 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 DExpressionVariable.h54 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h321 void SetRegisterInfo(uint32_t reg_num,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1923 entity->SetRegisterInfo(reg_info); in AddOneRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp409 if (m_register_info.SetRegisterInfo(*target_definition_sp, in ParsePythonTargetDefinition()