reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 template <typename E> typename std::underlying_type<E>::type Mask() { 84 E::LLVM_BITMASK_LARGEST_ENUMERATOR)) - 90 template <typename E> typename std::underlying_type<E>::type Underlying(E Val) { 105 E operator|(E LHS, E RHS) { 105 E operator|(E LHS, E RHS) { 105 E operator|(E LHS, E RHS) { 126 E &operator|=(E &LHS, E RHS) { 126 E &operator|=(E &LHS, E RHS) { 126 E &operator|=(E &LHS, E RHS) {tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
555 XSAVE_HDR::XFeature &xstate_bv = m_xstate->xsave.header.xstate_bv; 559 xstate_bv |= XSAVE_HDR::XFeature::FP | XSAVE_HDR::XFeature::SSE; 559 xstate_bv |= XSAVE_HDR::XFeature::FP | XSAVE_HDR::XFeature::SSE; 562 xstate_bv |= XSAVE_HDR::XFeature::YMM | XSAVE_HDR::XFeature::SSE; 562 xstate_bv |= XSAVE_HDR::XFeature::YMM | XSAVE_HDR::XFeature::SSE; 565 xstate_bv |= XSAVE_HDR::XFeature::BNDREGS | XSAVE_HDR::XFeature::BNDCSR; 565 xstate_bv |= XSAVE_HDR::XFeature::BNDREGS | XSAVE_HDR::XFeature::BNDCSR;tools/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
323 XFeature xstate_bv; // OS enabled xstate mask to determine the extended states 325 XFeature xcomp_bv; // Mask to indicate the format of the XSAVE area and of