Home
last modified time | relevance | path

Searched defs:m_xstate (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeRegisterContextNetBSD_x86_64.h71 std::array<uint8_t, sizeof(struct xstate)> m_xstate; variable
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.h104 m_xstate; // Extended States Area, named FPR for historical reasons. variable