Home
last modified time | relevance | path

Searched refs:static_type_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp136 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
146 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
153 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp370 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
380 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
382 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
389 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
391 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp281 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() local
291 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
298 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()