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.cpp654 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 DArmUnwindInfo.cpp337 row.SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
H A DUnwindPlan.cpp283 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.cpp931 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 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
394 size_t DynamicRegisterInfo::SetRegisterInfo( in SetRegisterInfo() function in DynamicRegisterInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h354 void SetRegisterInfo(uint32_t reg_num,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp617 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 DClangExpressionDeclMap.cpp1780 entity->SetRegisterInfo(reg_info); in AddOneRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp364 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition()
4993 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()