Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp129 type_info.SetTypeSP(type_sp); in GetTypeInfoFromVTableAddress()
161 type_info.SetTypeSP(type_sp); in GetTypeInfoFromVTableAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h414 void SetTypeSP(lldb::TypeSP type_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp778 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() function in TypeAndOrName
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp711 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()
716 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()