reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

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
  109     DEFINE_GPR(fs,     nullptr,  dwarf_fs_x86_64,      dwarf_fs_x86_64,      LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  218     DEFINE_GPR(fs,     nullptr,  dwarf_fs_x86_64,      dwarf_fs_x86_64,      LLDB_INVALID_REGNUM,        LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
   27   case lldb_fs_x86_64:
   85     writeRegister(&context->fs, result_base, reg_info[lldb_fs_x86_64]);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
  175     lldb_fs_x86_64,      // FS
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
  142   EXPECT_EQ(Context.fs, reg64(*Buf, Info[lldb_fs_x86_64]));