|
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 168 lldb_rsp_x86_64, lldb_rbp_x86_64, lldb_rsi_x86_64, lldb_rdi_x86_64,
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp 107 lldb_rdi_x86_64, lldb_rsi_x86_64, lldb_rbp_x86_64, lldb_rsp_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp 77 lldb_rdi_x86_64, lldb_rsi_x86_64, lldb_rbp_x86_64, lldb_rsp_x86_64,
204 uint32_t RegisterContextPOSIX_x86::g_contained_rdi[] = {lldb_rdi_x86_64,
242 lldb_rdi_x86_64, lldb_edi_x86_64, lldb_di_x86_64, lldb_dil_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp 94 DEFINE_GPR(rdi, "arg1", dwarf_rdi_x86_64, dwarf_rdi_x86_64, LLDB_REGNUM_GENERIC_ARG1, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h 203 DEFINE_GPR(rdi, "arg1", dwarf_rdi_x86_64, dwarf_rdi_x86_64, LLDB_REGNUM_GENERIC_ARG1, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp 96 writeRegister(&context->rdi, result_base, reg_info[lldb_rdi_x86_64]);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp 364 lldb_rdi_x86_64, // RDI
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp 240 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rdi_x86_64, -0x20, true);
270 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rdi_x86_64, -0x20, true);
334 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rdi_x86_64, 0x18, true);
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp 127 EXPECT_EQ(Context.rdi, reg64(*Buf, Info[lldb_rdi_x86_64]));