Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp154 std::string corrected_name(type_and_or_name.GetName().GetCString()); in FixUpDynamicType() local
156 corrected_name.append(" *"); in FixUpDynamicType()
159 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp384 std::string corrected_name(type_and_or_name.GetName().GetCString()); in FixUpDynamicType() local
386 corrected_name.append(" *"); in FixUpDynamicType()
388 corrected_name.append(" &"); in FixUpDynamicType()
391 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp303 std::string corrected_name(type_and_or_name.GetName().GetCString()); in FixUpDynamicType() local
305 corrected_name.append(" *"); in FixUpDynamicType()
308 ret.SetName(corrected_name.c_str()); in FixUpDynamicType()