Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp147 CompilerType corrected_type = orig_type; in FixUpDynamicType() local
149 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
150 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp379 CompilerType corrected_type = orig_type; in FixUpDynamicType() local
381 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
383 corrected_type = orig_type.GetLValueReferenceType(); in FixUpDynamicType()
384 ret.SetCompilerType(corrected_type); in FixUpDynamicType()
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp296 CompilerType corrected_type = orig_type; in FixUpDynamicType() local
298 corrected_type = orig_type.GetPointerType(); in FixUpDynamicType()
299 ret.SetCompilerType(corrected_type); in FixUpDynamicType()