Searched refs:lldb_eax_i386 (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x86/ |
D | RegisterContextWindows_x86.cpp | 62 LLDB_INVALID_REGNUM, lldb_eax_i386}, 183 case lldb_eax_i386: in ReadRegister() 224 case lldb_eax_i386: in WriteRegister()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeRegisterContextWindows_WoW64.cpp | 32 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 121 case lldb_eax_i386: in GPRRead() 184 case lldb_eax_i386: in GPRWrite()
|
D | NativeRegisterContextWindows_i386.cpp | 32 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 127 case lldb_eax_i386: in GPRRead() 192 case lldb_eax_i386: in GPRWrite()
|
/external/llvm-project/lldb/source/Plugins/Process/minidump/ |
D | RegisterContextMinidump_x86_32.cpp | 80 reg_info[lldb_eax_i386].mutable_data(result_base)); in ConvertMinidumpContext_x86_32()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextPOSIX_x86.cpp | 30 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 159 uint32_t RegisterContextPOSIX_x86::g_contained_eax[] = {lldb_eax_i386, 177 lldb_eax_i386, lldb_ax_i386, lldb_ah_i386, lldb_al_i386,
|
D | lldb-x86-register-enums.h | 18 lldb_eax_i386 = k_first_gpr_i386, enumerator
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeRegisterContextLinux_x86_64.cpp | 49 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 1044 static const uint32_t Args[] = {lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, in GetSyscallData() 1047 return SyscallData{Int80, Args, lldb_eax_i386}; in GetSyscallData()
|
/external/llvm-project/lldb/unittests/Process/minidump/ |
D | RegisterContextMinidumpTest.cpp | 64 EXPECT_EQ(Context.eax, reg32(*Buf, Info[lldb_eax_i386])); in TEST()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | CodeViewRegisterMapping.cpp | 35 lldb_eax_i386, // EAX
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeRegisterContextNetBSD_x86_64.cpp | 128 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386, 260 case lldb_eax_i386: in RegNumX86ToX86_64()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeRegisterContextFreeBSD_x86_64.cpp | 142 lldb_eax_i386, lldb_ebx_i386, lldb_ecx_i386, lldb_edx_i386,
|