Home
last modified time | relevance | path

Searched refs:LLDB_REGNUM_GENERIC_RA (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-defines.h61 #define LLDB_REGNUM_GENERIC_RA 3 // Return Address macro
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp134 …if (m_inst_emulator_ap->GetRegisterInfo (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, ra_reg_info… in GetNonCallSiteUnwindPlanFromAssembly()
487 …t.info.RegisterToRegisterPlusOffset.data_reg.kinds[eRegisterKindGeneric] == LLDB_REGNUM_GENERIC_RA) in WriteMemory()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DRegisterContext.cpp169 … uint32_t reg = ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA); in GetReturnAddress()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp56 …t , eFormatHex, { gcc_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, gdb_a…
209 …_num = reg_ctx->ConvertRegisterKindToRegisterNumber (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA); in PrepareTrivialCall()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
DARM_DWARF_Registers.cpp264 …"; reg_info.alt_name = "r14"; reg_info.kinds[eRegisterKindGeneric] = LLDB_REGNUM_GENERIC_RA; break; in GetARMDWARFRegisterInfo()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp219 …nt, eFormatHex, { gcc_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, gdb_a…
876 case LLDB_REGNUM_GENERIC_RA: return gpr_lr; in ConvertRegisterKindToRegisterNumber()
DRegisterContextDarwin_i386.cpp856 case LLDB_REGNUM_GENERIC_RA: in ConvertRegisterKindToRegisterNumber()
DRegisterContextDarwin_x86_64.cpp915 case LLDB_REGNUM_GENERIC_RA: in ConvertRegisterKindToRegisterNumber()
DRegisterContextLLDB.cpp1188 …terContext()->ConvertBetweenRegisterKinds (eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, unwindpla… in SavedLocationForRegister()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp764 …nt, eFormatHex, { gcc_lr, dwarf_lr, LLDB_REGNUM_GENERIC_RA, 14, 1… in HardcodeARMRegisters()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DArgs.cpp1159 return LLDB_REGNUM_GENERIC_RA; in StringToGenericRegister()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp278 … case LLDB_REGNUM_GENERIC_RA: reg_kind = eRegisterKindDWARF; reg_num = dwarf_lr; break; in GetRegisterInfo()
1536 if (!WriteRegisterUnsigned (context, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, lr)) in EmulateBLXImmediate()
1603 if (!WriteRegisterUnsigned (context, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, lr)) in EmulateBLXRm()
2244 if (!WriteRegisterUnsigned (context, eRegisterKindGeneric, LLDB_REGNUM_GENERIC_RA, lr)) in EmulateSVC()
13319 reg_num = LLDB_REGNUM_GENERIC_RA; in ReadCoreReg()
13400 reg_num = LLDB_REGNUM_GENERIC_RA; in WriteCoreRegOptionalFlags()