Home
last modified time | relevance | path

Searched refs:AllSet (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.cpp266 if (m_opt_regsets.AllSet(eRegsetMaskPAuth)) in RegisterInfoPOSIX_arm64()
269 if (m_opt_regsets.AllSet(eRegsetMaskMTE)) in RegisterInfoPOSIX_arm64()
272 if (m_opt_regsets.AllSet(eRegsetMaskTLS)) { in RegisterInfoPOSIX_arm64()
275 AddRegSetTLS(m_opt_regsets.AllSet(eRegsetMaskSSVE)); in RegisterInfoPOSIX_arm64()
281 if (m_opt_regsets.AllSet(eRegsetMaskFPMR)) in RegisterInfoPOSIX_arm64()
284 if (m_opt_regsets.AllSet(eRegsetMaskGCS)) in RegisterInfoPOSIX_arm64()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp148 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
155 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp38 if (type_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
41 if (pointee_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp376 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
378 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
385 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
387 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h83 bool AllSet(ValueType mask) const { return (m_flags & mask) == mask; } in AllSet() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp297 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
304 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()