Searched refs:GetRegisterInfo (Results 1 - 25 of 28) sorted by relevance

12

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.h26 GetRegisterInfo();
H A DRegisterContextLinux_x86_64.h26 GetRegisterInfo();
H A DRegisterContextFreeBSD_x86_64.cpp80 RegisterContextFreeBSD_x86_64::GetRegisterInfo() function in class:RegisterContextFreeBSD_x86_64
86 const RegisterInfo *base_info = RegisterContext_x86_64::GetRegisterInfo();
H A DRegisterContextLinux_x86_64.cpp115 RegisterContextLinux_x86_64::GetRegisterInfo() function in class:RegisterContextLinux_x86_64
121 const RegisterInfo *base_info = RegisterContext_x86_64::GetRegisterInfo();
H A DRegisterContext_x86_64.cpp532 return GetRegisterInfo()[reg].byte_offset;
539 return GetRegisterInfo()[reg].byte_size;
552 RegisterContext_x86_64::GetRegisterInfo()
555 // So, use GetRegisterInfo() rather than g_register_infos in this scope.
563 return &GetRegisterInfo()[reg];
594 if (GetRegisterInfo()[reg].byte_offset == offset)
605 return GetRegisterInfo()[reg].name;
H A DRegisterContext_x86_64.h318 GetRegisterInfo();
/external/lldb/source/Expression/
H A DClangExpressionVariable.cpp66 ClangExpressionVariable::GetRegisterInfo() function in class:ClangExpressionVariable
68 return m_frozen_sp->GetValue().GetRegisterInfo();
/external/lldb/source/Symbol/
H A DUnwindPlan.cpp102 const RegisterInfo *cfa_reg_info = unwind_plan->GetRegisterInfo (thread, cfa_reg);
130 other_reg_info = unwind_plan->GetRegisterInfo (thread, m_location.reg_num);
164 const RegisterInfo *reg_info = unwind_plan->GetRegisterInfo (thread, GetCFARegister());
178 reg_info = unwind_plan->GetRegisterInfo (thread, idx->first);
199 UnwindPlan::Row::GetRegisterInfo (uint32_t reg_num, UnwindPlan::Row::RegisterLocation& register_location) const function in class:UnwindPlan::Row
423 UnwindPlan::GetRegisterInfo (Thread* thread, uint32_t unwind_reg) const function in class:UnwindPlan
H A DDWARFCallFrameInfo.cpp498 if (unwind_plan.IsValidRowIndex(0) && unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, reg_location))
583 if (unwind_plan.IsValidRowIndex(0) && unwind_plan.GetRowAtIndex(0)->GetRegisterInfo(reg_num, reg_location))
/external/lldb/include/lldb/Core/
H A DValue.h170 RegisterInfo *reg_info = GetRegisterInfo();
179 GetRegisterInfo() const;
H A DEmulateInstruction.h412 GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num, RegisterInfo &reg_info) = 0;
/external/lldb/source/Core/
H A DValue.cpp142 Value::GetRegisterInfo() const function in class:Value
190 if (GetRegisterInfo())
191 byte_size = GetRegisterInfo()->byte_size;
270 if (GetRegisterInfo())
271 return GetRegisterInfo()->format;
H A DValueObjectVariable.cpp329 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo();
361 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo();
H A DEmulateInstruction.cpp81 if (GetRegisterInfo(reg_kind, reg_num, reg_info))
130 if (GetRegisterInfo(reg_kind, reg_num, reg_info))
144 if (GetRegisterInfo(reg_kind, reg_num, reg_info))
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp74 m_inst_emulator_ap->GetRegisterInfo (unwind_plan.GetRegisterKind(),
123 if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc_reg_info))
132 if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, ra_reg_info))
186 && m_curr_row->GetRegisterInfo (ra_reg_num, ra_regloc)
198 && m_curr_row->GetRegisterInfo (pc_reg_num, pc_regloc)
208 && m_curr_row->GetRegisterInfo (ra_reg_num, ra_regloc)
506 if (instruction->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc_reg_info))
/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h255 GetRegisterInfo (uint32_t reg_num, RegisterLocation& register_location) const;
480 GetRegisterInfo (Thread* thread, uint32_t reg_num) const;
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp269 EmulateInstructionARM::GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num, RegisterInfo &reg_info) function in class:EmulateInstructionARM
419 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
424 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + i, reg_info);
437 GetRegisterInfo (eRegisterKindDWARF, dwarf_pc, reg_info);
551 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
638 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
695 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
788 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + Rm, dwarf_reg);
1007 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + n, op1_reg);
1008 GetRegisterInfo (eRegisterKindDWAR
[all...]
H A DEmulateInstructionARM.h173 GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num, RegisterInfo &reg_info);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h87 GetRegisterInfo(int regSet, int regIndex) const;
H A DMachThread.cpp551 MachThread::GetRegisterInfo(int regSet, int regIndex) const function in class:MachThread
/external/lldb/include/lldb/Expression/
H A DClangExpressionVariable.h214 GetRegisterInfo();
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp974 if (active_row->GetRegisterInfo (row_regnum, unwindplan_regloc))
1016 if (active_row->GetRegisterInfo (row_regnum, unwindplan_regloc))
1079 && active_row->GetRegisterInfo (arch_default_pc_reg, unwindplan_regloc))
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp462 const DNBRegisterInfo *regInfo = m_thread->GetRegisterInfo(set, reg);
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1550 const DNBRegisterInfo *regInfo = m_thread->GetRegisterInfo(set, reg);
1649 const DNBRegisterInfo *regInfo = m_thread->GetRegisterInfo(set, reg);
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp1299 const DNBRegisterInfo *regInfo = m_thread->GetRegisterInfo(set, reg);
1447 const DNBRegisterInfo *regInfo = m_thread->GetRegisterInfo(set, reg);

Completed in 347 milliseconds

12