|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp 286 lldb_rip_x86_64, 8});
305 if (i.reg == lldb_rip_x86_64)
309 EHInstruction{0, EHInstruction::Type::PUSH_REGISTER, lldb_rip_x86_64, 8});
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp 110 lldb_rip_x86_64, lldb_rflags_x86_64, lldb_cs_x86_64, lldb_fs_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp 80 lldb_rip_x86_64, lldb_rflags_x86_64, lldb_cs_x86_64, lldb_fs_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp 106 DEFINE_GPR(rip, "pc", dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h 215 DEFINE_GPR(rip, "pc", dwarf_rip_x86_64, dwarf_rip_x86_64, LLDB_REGNUM_GENERIC_PC, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp 79 writeRegister(&context->rip, result_base, reg_info[lldb_rip_x86_64]);
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp 225 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rip_x86_64, -8, true);
267 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rip_x86_64, -8, true);
289 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rip_x86_64, -8, true);
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp 139 EXPECT_EQ(Context.rip, reg64(*Buf, Info[lldb_rip_x86_64]));