Home
last modified time | relevance | path

Searched refs:static_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp135 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
136 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
156 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp280 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
281 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
301 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp369 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
370 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
394 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp928 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() argument
931 SetType(static_type, dynamic_type); in TypeImpl()