Searched refs:dwarf_esp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp53 dwarf_esp, enumerator in enum:__anon3745
158 { "esp" , "sp", 4, 0, eEncodingUint , eFormatHex , { gcc_esp , dwarf_esp , LLDB_REGNUM_GENERIC_SP , gdb_esp , LLDB_INVALID_REGNUM }, NULL, NULL},
735 uint32_t sp_reg_num = dwarf_esp;
755 uint32_t sp_reg_num = dwarf_esp;
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp118 dwarf_esp, enumerator in enum:__anon3781
242 { DEFINE_GPR(esp , "sp") , { gcc_esp , dwarf_esp , LLDB_REGNUM_GENERIC_SP , gdb_esp , gpr_esp }, NULL, NULL},
869 case dwarf_esp: return gpr_esp;

Completed in 51 milliseconds