Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
272 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
296 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp278 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
279 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
299 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp822 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() argument
825 SetType(static_type, dynamic_type); in TypeImpl()