| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | x86AssemblyInspectionEngine.cpp | 790 if (fa_value_ptr->GetRegisterNumber() == m_lldb_sp_regnum) { in GetNonCallSiteUnwindPlanFromAssembly() 798 if (fa_value_ptr->GetRegisterNumber() == m_lldb_sp_regnum) { in GetNonCallSiteUnwindPlanFromAssembly() 822 if (fa_value_ptr->GetRegisterNumber() == m_lldb_fp_regnum) in GetNonCallSiteUnwindPlanFromAssembly() 851 if (fa_value_ptr->GetRegisterNumber() == m_lldb_sp_regnum) { in GetNonCallSiteUnwindPlanFromAssembly() 880 if (lldb_regno == fa_value_ptr->GetRegisterNumber()) { in GetNonCallSiteUnwindPlanFromAssembly() 891 if (fa_value_ptr->GetRegisterNumber() == m_lldb_sp_regnum) { in GetNonCallSiteUnwindPlanFromAssembly() 926 if (fa_value_ptr->GetRegisterNumber() == m_lldb_fp_regnum) in GetNonCallSiteUnwindPlanFromAssembly() 1006 cfa_value.GetRegisterNumber() == m_lldb_fp_regnum) { in GetNonCallSiteUnwindPlanFromAssembly() 1134 first_row->GetCFAValue().GetRegisterNumber()); in AugmentUnwindPlanFromCallSite() 1201 cfa_reg = row->GetCFAValue().GetRegisterNumber(); in AugmentUnwindPlanFromCallSite() [all …]
|
| H A D | UnwindAssembly-x86.cpp | 97 first_row->GetCFAValue().GetRegisterNumber()) != in AugmentUnwindPlanFromCallSite() 124 first_row->GetCFAValue().GetRegisterNumber() == in AugmentUnwindPlanFromCallSite() 125 last_row->GetCFAValue().GetRegisterNumber() && in AugmentUnwindPlanFromCallSite()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 134 uint32_t GetRegisterNumber() const { in GetRegisterNumber() function 245 uint32_t GetRegisterNumber() const { in GetRegisterNumber() function 420 return m_row_list.front()->GetCFAValue().GetRegisterNumber(); in GetInitialCFARegister()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | RegisterNumber.h | 46 uint32_t GetRegisterNumber() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBLocationToDWARFExpression.cpp | 477 uint32_t GetRegisterNumber(llvm::Triple::ArchType arch_type, in GetRegisterNumber() function 535 GetRegisterNumber(arch_type, symbol.getRegisterId(), register_kind); in ConvertPDBLocationToDWARFExpression() 554 GetRegisterNumber(arch_type, symbol.getRegisterId(), register_kind); in ConvertPDBLocationToDWARFExpression()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | RegisterNumber.cpp | 104 uint32_t RegisterNumber::GetRegisterNumber() const { return m_regnum; } in GetRegisterNumber() function in RegisterNumber
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextDarwin_arm64.h | 223 static uint32_t GetRegisterNumber(uint32_t reg_kind, uint32_t reg_num);
|
| H A D | RegisterContextDarwin_i386.h | 200 static uint32_t GetRegisterNumber(uint32_t reg_kind, uint32_t reg_num);
|
| H A D | RegisterContextDarwin_x86_64.h | 205 static uint32_t GetRegisterNumber(uint32_t reg_kind, uint32_t reg_num);
|
| H A D | RegisterContextDarwin_arm.h | 256 static uint32_t GetRegisterNumber(uint32_t reg_kind, uint32_t reg_num);
|
| H A D | RegisterContextLLDB.cpp | 1295 unwindplan_regloc.GetRegisterNumber() == in SavedLocationForRegister() 1483 uint32_t unwindplan_regnum = unwindplan_regloc.GetRegisterNumber(); in SavedLocationForRegister() 1754 fa.GetRegisterNumber()); in ReadFrameAddress() 1782 fa.GetRegisterNumber()); in ReadFrameAddress() 1901 return ReadGPRValue(regnum.GetRegisterKind(), regnum.GetRegisterNumber(), in ReadGPRValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 483 static uint32_t GetRegisterNumber(llvm::Triple::ArchType arch_type, in GetRegisterNumber() function 578 uint32_t reg_num = GetRegisterNumber( in MakeRegisterBasedLocationExpressionInternal()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | DWARFCallFrameInfo.cpp | 920 row.GetCFAValue().GetRegisterNumber(), op_offset); in HandleCommonDwarfOpcode() 984 uint32_t cfa_regnum = row.GetCFAValue().GetRegisterNumber(); in HandleCommonDwarfOpcode()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.cpp | 654 m_curr_row->GetCFAValue().GetRegisterNumber(), in WriteRegister()
|