Searched refs:dwarf_rip_x86_64 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestDWARFCallFrameInfo.cpp | 55 row.SetRegisterLocationToAtCFAPlusOffset(dwarf_rip_x86_64, -8, false); in GetExpectedRow0() 63 row.SetRegisterLocationToAtCFAPlusOffset(dwarf_rip_x86_64, -8, false); in GetExpectedRow1() 72 row.SetRegisterLocationToAtCFAPlusOffset(dwarf_rip_x86_64, -8, false); in GetExpectedRow2()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextWindows_x86_64.cpp | 106 …DEFINE_GPR(rip, "pc", dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC, …
|
D | RegisterContext_x86.h | 159 dwarf_rip_x86_64 = 16, enumerator
|
D | RegisterInfos_x86_64.h | 225 …DEFINE_GPR(rip, "pc", dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC, …
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/x64/ |
D | RegisterContextWindows_x64.cpp | 202 {dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC,
|