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

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_i386.h26 GetRegisterInfo();
H A DRegisterContextFreeBSD_mips64.h26 GetRegisterInfo();
H A DRegisterContextFreeBSD_x86_64.h26 GetRegisterInfo();
H A DRegisterContextLinux_i386.h26 GetRegisterInfo();
H A DRegisterContextLinux_x86_64.h26 GetRegisterInfo();
H A DRegisterContextPOSIX_mips64.cpp130 return GetRegisterInfo()[reg].byte_offset;
137 return GetRegisterInfo()[reg].byte_size;
154 RegisterContextPOSIX_mips64::GetRegisterInfo()
157 // So, use GetRegisterInfo() rather than g_register_infos in this scope.
158 return m_register_info_ap->GetRegisterInfo ();
165 return &GetRegisterInfo()[reg];
196 return GetRegisterInfo()[reg].name;
H A DRegisterContextPOSIX.h91 GetRegisterInfo () = 0;
H A DRegisterContextFreeBSD_x86_64.cpp80 const RegisterInfo *base_info = reg_interface->GetRegisterInfo();
111 RegisterContextFreeBSD_x86_64::GetRegisterInfo() function in class:RegisterContextFreeBSD_x86_64
H A DRegisterContextLinux_x86_64.cpp93 const RegisterInfo *base_info = reg_interface->GetRegisterInfo();
124 RegisterContextLinux_x86_64::GetRegisterInfo() function in class:RegisterContextLinux_x86_64
H A DRegisterContextFreeBSD_i386.cpp76 RegisterContextFreeBSD_i386::GetRegisterInfo() function in class:RegisterContextFreeBSD_i386
H A DRegisterContextFreeBSD_mips64.cpp85 RegisterContextFreeBSD_mips64::GetRegisterInfo() function in class:RegisterContextFreeBSD_mips64
H A DRegisterContextLinux_i386.cpp84 RegisterContextLinux_i386::GetRegisterInfo() function in class:RegisterContextLinux_i386
H A DRegisterContextPOSIX_mips64.h122 GetRegisterInfo();
H A DRegisterContextPOSIX_x86.cpp480 return GetRegisterInfo()[reg].byte_offset;
487 return GetRegisterInfo()[reg].byte_size;
506 RegisterContextPOSIX_x86::GetRegisterInfo()
509 // So, use GetRegisterInfo() rather than g_register_infos in this scope.
510 return m_register_info_ap->GetRegisterInfo ();
517 return &GetRegisterInfo()[reg];
560 return GetRegisterInfo()[reg].name;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionVariable.cpp66 ClangExpressionVariable::GetRegisterInfo() function in class:ClangExpressionVariable
68 return m_frozen_sp->GetValue().GetRegisterInfo();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h86 GetRegisterInfo (const lldb_private::ConstString &reg_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp103 const RegisterInfo *cfa_reg_info = unwind_plan->GetRegisterInfo (thread, cfa_reg);
131 other_reg_info = unwind_plan->GetRegisterInfo (thread, m_location.reg_num);
165 const RegisterInfo *reg_info = unwind_plan->GetRegisterInfo (thread, GetCFARegister());
179 reg_info = unwind_plan->GetRegisterInfo (thread, idx->first);
200 UnwindPlan::Row::GetRegisterInfo (uint32_t reg_num, UnwindPlan::Row::RegisterLocation& register_location) const function in class:UnwindPlan::Row
467 UnwindPlan::GetRegisterInfo (Thread* thread, uint32_t unwind_reg) const
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h170 RegisterInfo *reg_info = GetRegisterInfo();
179 GetRegisterInfo() const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp143 Value::GetRegisterInfo() const function in class:Value
191 if (GetRegisterInfo())
192 byte_size = GetRegisterInfo()->byte_size;
271 if (GetRegisterInfo())
272 return GetRegisterInfo()->format;
H A DValueObjectVariable.cpp339 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo();
377 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp76 m_inst_emulator_ap->GetRegisterInfo (unwind_plan.GetRegisterKind(),
125 if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc_reg_info))
134 if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, ra_reg_info))
188 && m_curr_row->GetRegisterInfo (ra_reg_num, ra_regloc)
200 && m_curr_row->GetRegisterInfo (pc_reg_num, pc_regloc)
210 && m_curr_row->GetRegisterInfo (ra_reg_num, ra_regloc)
508 if (instruction->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC, pc_reg_info))
/freebsd-10-stable/contrib/llvm/tools/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;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp336 reg_info = reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG1 + i);
353 const RegisterInfo *pc_reg_info = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_PC);
354 const RegisterInfo *sp_reg_info = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_SP);
365 const RegisterInfo *fp_reg_info = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_FP);
484 argument_register_ids[0] = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG1)->kinds[eRegisterKindLLDB];
485 argument_register_ids[1] = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG2)->kinds[eRegisterKindLLDB];
486 argument_register_ids[2] = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG3)->kinds[eRegisterKindLLDB];
487 argument_register_ids[3] = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG4)->kinds[eRegisterKindLLDB];
488 argument_register_ids[4] = reg_ctx->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG5)->kinds[eRegisterKindLLDB];
489 argument_register_ids[5] = reg_ctx->GetRegisterInfo (eRegisterKindGeneri
[all...]
/freebsd-10-stable/contrib/llvm/tools/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
447 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
452 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + i, reg_info);
465 GetRegisterInfo (eRegisterKindDWARF, dwarf_pc, reg_info);
579 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
666 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
723 GetRegisterInfo (eRegisterKindDWARF, dwarf_sp, sp_reg);
816 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + Rm, dwarf_reg);
1035 GetRegisterInfo (eRegisterKindDWARF, dwarf_r0 + n, op1_reg);
1036 GetRegisterInfo (eRegisterKindDWAR
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DRegisterContext.h139 GetRegisterInfo (uint32_t reg_kind, uint32_t reg_num);

Completed in 123 milliseconds

12