Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp676 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
751 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
840 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
858 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
870 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
882 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
895 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
956 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
970 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
1011 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
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h57 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
60 size_t SetRegisterInfo(std::vector<Register> &&regs,
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp928 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
933 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1056 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1154 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h50 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp30 if (dyn_reg_info->SetRegisterInfo(dict, arch) == 0) in Create()
201 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo
396 size_t DynamicRegisterInfo::SetRegisterInfo( in SetRegisterInfo() function in DynamicRegisterInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h330 void SetRegisterInfo(uint32_t reg_num,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp619 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseCFIUnwindRow()
771 row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseWinUnwindPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1786 entity->SetRegisterInfo(reg_info); in AddOneRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp354 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition()
4684 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()