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

References

tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
  290                                          lldb_rflags_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,
  348     m_reg_info.gpr_flags = lldb_rflags_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,
  360     m_reg_info.gpr_flags = lldb_rflags_x86_64;
tools/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  107     DEFINE_GPR(rflags, "flags",  dwarf_rflags_x86_64,  dwarf_rflags_x86_64,  LLDB_REGNUM_GENERIC_FLAGS,  LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
  216     DEFINE_GPR(rflags, "flags",  dwarf_rflags_x86_64,  dwarf_rflags_x86_64,  LLDB_REGNUM_GENERIC_FLAGS,  LLDB_INVALID_REGNUM),
tools/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
   32   case lldb_rflags_x86_64:
   77     writeRegister(&context->eflags, result_base, reg_info[lldb_rflags_x86_64]);
tools/lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
  140   EXPECT_EQ(Context.eflags, reg64(*Buf, Info[lldb_rflags_x86_64]));