Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp128 type_info.SetTypeSP(type_sp); in GetTypeInfo()
162 type_info.SetTypeSP(type_sp); in GetTypeInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h765 void SetTypeSP(lldb::TypeSP type_sp);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp890 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() function in TypeAndOrName
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp804 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()
809 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()