|
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,
208 uint32_t RegisterContextPOSIX_x86::g_contained_rbp[] = {lldb_rbp_x86_64,
248 lldb_rbp_x86_64, lldb_ebp_x86_64, lldb_bp_x86_64, lldb_bpl_x86_64,
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp 96 DEFINE_GPR(rbp, "fp", dwarf_rbp_x86_64, dwarf_rbp_x86_64, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h 205 DEFINE_GPR(rbp, "fp", dwarf_rbp_x86_64, dwarf_rbp_x86_64, LLDB_REGNUM_GENERIC_FP, LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp 94 writeRegister(&context->rbp, result_base, reg_info[lldb_rbp_x86_64]);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp 365 lldb_rbp_x86_64, // RBP
tools/lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp 276 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rbp_x86_64, 0x18, true);
294 row.SetRegisterLocationToAtCFAPlusOffset(lldb_rbp_x86_64, -0x10, true);
322 row.GetCFAValue().SetIsRegisterPlusOffset(lldb_rbp_x86_64, 0x2F0);
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp 129 EXPECT_EQ(Context.rbp, reg64(*Buf, Info[lldb_rbp_x86_64]));