| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 676 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 D | ArmUnwindInfo.cpp | 338 row->SetRegisterInfo(dwarf_pc, lr_location); in GetUnwindPlan()
|
| H A D | UnwindPlan.cpp | 273 void UnwindPlan::Row::SetRegisterInfo( in SetRegisterInfo() function in UnwindPlan::Row
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | DynamicRegisterInfo.h | 54 size_t SetRegisterInfo(const lldb_private::StructuredData::Dictionary &dict, 57 size_t SetRegisterInfo(std::vector<Register> &®s,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 940 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 D | ExpressionVariable.h | 50 void SetRegisterInfo(const RegisterInfo *reg_info) { in SetRegisterInfo() function
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | DynamicRegisterInfo.cpp | 26 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 D | UnwindPlan.h | 330 void SetRegisterInfo(uint32_t reg_num,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 626 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 D | ClangExpressionDeclMap.cpp | 1798 entity->SetRegisterInfo(reg_info); in AddOneRegister()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 348 if (m_register_info_sp->SetRegisterInfo( in ParsePythonTargetDefinition() 4326 m_register_info_sp->SetRegisterInfo(std::move(registers), arch_to_use); in AddRemoteRegisters()
|