Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp676 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
746 row->SetRegisterInfo(reg_num, reg_location); in FDEToUnwindPlan()
835 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
853 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
865 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
877 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
890 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
951 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
965 row.SetRegisterInfo(reg_num, reg_location); in HandleCommonDwarfOpcode()
1006 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
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DDynamicRegisterInfo.h54 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict,
57 size_t SetRegisterInfo(std::vector<Register> &&regs,
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp940 row->SetRegisterInfo(m_lldb_sp_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
945 row->SetRegisterInfo(m_lldb_ip_regnum, initial_regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1068 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
1166 row->SetRegisterInfo(lldb_regno, regloc); in GetNonCallSiteUnwindPlanFromAssembly()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h50 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DDynamicRegisterInfo.cpp26 SetRegisterInfo(dict, arch); in DynamicRegisterInfo()
194 DynamicRegisterInfo::SetRegisterInfo(const StructuredData::Dictionary &dict, in SetRegisterInfo() function in DynamicRegisterInfo
383 size_t DynamicRegisterInfo::SetRegisterInfo( in SetRegisterInfo() function in DynamicRegisterInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h330 void SetRegisterInfo(uint32_t reg_num,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp626 row.SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseCFIUnwindRow()
778 row_sp->SetRegisterInfo(info->kinds[eRegisterKindLLDB], loc); in ParseWinUnwindPlan()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1798 entity->SetRegisterInfo(reg_info); in AddOneRegister()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp348 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition()
4326 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()