Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp135 type_info.SetTypeSP(type_sp); in GetTypeInfoFromVTableAddress()
168 type_info.SetTypeSP(type_sp); in GetTypeInfoFromVTableAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h552 void SetTypeSP(lldb::TypeSP type_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp733 void TypeAndOrName::SetTypeSP(lldb::TypeSP type_sp) { in SetTypeSP() function in TypeAndOrName
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp438 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()
443 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()