Searched defs:reg_info (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
H A DARM_DWARF_Registers.cpp209 GetARMDWARFRegisterInfo (unsigned reg_num, RegisterInfo &reg_info) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp64 RegisterContextCorePOSIX_mips64::ReadRegister(const RegisterInfo *reg_info, RegisterValue &value) argument
H A DRegisterContextPOSIXCore_x86_64.cpp64 RegisterContextCorePOSIX_x86_64::ReadRegister(const RegisterInfo *reg_info, RegisterValue &value) argument
85 RegisterContextCorePOSIX_x86_64::WriteRegister(const RegisterInfo *reg_info, const RegisterValue &value) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp64 const RegisterInfo *reg_info = value.GetRegisterInfo(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionVariable.cpp72 ClangExpressionVariable::SetRegisterInfo (const RegisterInfo *reg_info) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp100 RegisterContextDummy::ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value) argument
114 RegisterContextDummy::WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value) argument
H A DRegisterContextHistory.cpp101 RegisterContextHistory::ReadRegister (const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &value) argument
115 RegisterContextHistory::WriteRegister (const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &value) argument
H A DRegisterContextMacOSXFrameBackchain.cpp84 RegisterContextMacOSXFrameBackchain::ReadRegister (const RegisterInfo *reg_info, argument
173 RegisterContextMacOSXFrameBackchain::WriteRegister (const RegisterInfo *reg_info, argument
H A DDynamicRegisterInfo.cpp115 RegisterInfo reg_info; local
423 AddRegister(RegisterInfo &reg_info, ConstString &reg_name, ConstString &reg_alt_name, ConstString &set_name) argument
[all...]
H A DRegisterContextMemory.cpp107 RegisterContextMemory::ReadRegister (const RegisterInfo *reg_info, RegisterValue &reg_value) argument
120 RegisterContextMemory::WriteRegister (const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
H A DRegisterContextThreadMemory.cpp125 RegisterContextThreadMemory::ReadRegister (const RegisterInfo *reg_info, RegisterValue &reg_value) argument
134 RegisterContextThreadMemory::WriteRegister (const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
242 RegisterContextThreadMemory::ReadRegisterValueFromMemory (const lldb_private::RegisterInfo *reg_info, lldb::addr_t src_addr, uint32_t src_len, RegisterValue &reg_value) argument
253 RegisterContextThreadMemory::WriteRegisterValueToMemory (const lldb_private::RegisterInfo *reg_info, lldb::addr_t dst_addr, uint32_t dst_len, const RegisterValue &reg_value) argument
/freebsd-10-stable/contrib/gcc/
H A Dregs.h66 } reg_info; typedef in typeref:struct:reg_info_def
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h170 RegisterInfo *reg_info = GetRegisterInfo(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp151 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoAtIndex(reg); local
89 DumpRegister(const ExecutionContext &exe_ctx, Stream &strm, RegisterContext *reg_ctx, const RegisterInfo *reg_info) argument
179 const RegisterInfo *reg_info = NULL; local
437 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoByName(reg_name); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp231 const RegisterInfo *reg_info = m_reg_ctx_sp->GetRegisterInfoByName (name.AsCString()); local
246 const RegisterInfo *reg_info = m_reg_ctx_sp->GetRegisterInfoByName (name.AsCString()); local
259 const RegisterInfo *reg_info = m_reg_ctx_sp->GetRegisterInfoAtIndex (reg_num); local
[all...]
H A DValueObjectVariable.cpp339 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo(); local
377 RegisterInfo *reg_info = m_resolved_value.GetRegisterInfo(); local
H A DEmulateInstruction.cpp70 EmulateInstruction::ReadRegister (const RegisterInfo *reg_info, RegisterValue& reg_value) argument
80 RegisterInfo reg_info; local
101 EmulateInstruction::ReadRegisterUnsigned (const RegisterInfo *reg_info, argument
129 RegisterInfo reg_info; local
114 WriteRegister(const Context &context, const RegisterInfo *reg_info, const RegisterValue& reg_value) argument
143 RegisterInfo reg_info; local
154 WriteRegisterUnsigned(const Context &context, const RegisterInfo *reg_info, uint64_t uint_value) argument
330 ReadRegisterFrame(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
343 WriteRegisterFrame(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
388 ReadRegisterDefault(EmulateInstruction *instruction, void *baton, const RegisterInfo *reg_info, RegisterValue &reg_value) argument
405 WriteRegisterDefault(EmulateInstruction *instruction, void *baton, const Context &context, const RegisterInfo *reg_info, const RegisterValue &reg_value) argument
610 GetBestRegisterKindAndNumber(const RegisterInfo *reg_info, uint32_t &reg_kind, uint32_t &reg_num) argument
654 GetInternalRegisterNumber(RegisterContext *reg_ctx, const RegisterInfo &reg_info) argument
[all...]
H A DRegisterValue.cpp28 Dump(Stream *s, const RegisterInfo *reg_info, bool prefix_with_name, bool prefix_with_alt_name, Format format, uint32_t reg_name_right_align_at) const argument
109 GetAsMemoryData(const RegisterInfo *reg_info, void *dst, uint32_t dst_len, lldb::ByteOrder dst_byte_order, Error &error) const argument
159 SetFromMemoryData(const RegisterInfo *reg_info, const void *src, uint32_t src_len, lldb::ByteOrder src_byte_order, Error &error) argument
272 SetType(const RegisterInfo *reg_info) argument
314 SetValueFromData(const RegisterInfo *reg_info, DataExtractor &src, lldb::offset_t src_offset, bool partial_data_ok) argument
413 ParseVectorEncoding(const RegisterInfo *reg_info, const char *vector_str, const uint32_t byte_size, RegisterValue *reg_value) argument
445 SetValueFromCString(const RegisterInfo *reg_info, const char *value_str) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp46 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoAtIndex (reg_num); local
60 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoAtIndex (reg_num); local
245 ReadPseudoRegister(EmulateInstruction *instruction, void *baton, const lldb_private::RegisterInfo *reg_info, lldb_private::RegisterValue &reg_value) argument
266 WritePseudoRegister(EmulateInstruction *instruction, void *baton, const EmulateInstruction::Context &context, const lldb_private::RegisterInfo *reg_info, const lldb_private::RegisterValue &reg_value) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp86 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(reg); local
133 RegisterContextPOSIXProcessMonitor_mips64::ReadRegister(const RegisterInfo *reg_info, RegisterValue &value) argument
176 WriteRegister(const RegisterInfo *reg_info, const RegisterValue &value) argument
[all...]
H A DRegisterContextPOSIXProcessMonitor_x86.cpp136 const RegisterInfo *reg_info = GetRegisterInfoAtIndex(reg); local
190 RegisterContextPOSIXProcessMonitor_x86_64::ReadRegister(const RegisterInfo *reg_info, RegisterValue &value) argument
275 WriteRegister(const RegisterInfo *reg_info, const RegisterValue &value) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp165 const RegisterInfo *reg_info = unwind_plan->GetRegisterInfo (thread, GetCFARegister()); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp186 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoAtIndex (reg_idx); local
H A DThreadPlanTracer.cpp270 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfoAtIndex(reg_num); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp239 const RegisterInfo *reg_info = reg_ctx->GetRegisterInfo(eRegisterKindGeneric, LLDB_REGNUM_GENERIC_ARG1); local
648 ABIMacOSX_arm::RegisterIsVolatile (const RegisterInfo *reg_info) argument

Completed in 371 milliseconds

123