Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp165 class_type_or_name.SetTypeSP(class_types.GetTypeAtIndex(0)); in GetDynamicTypeAndAddress()
200 class_type_or_name.SetTypeSP(type_sp); in GetDynamicTypeAndAddress()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h740 SetTypeSP (lldb::TypeSP type_sp);
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp879 TypeAndOrName::SetTypeSP (lldb::TypeSP type_sp) in SetTypeSP() function in TypeAndOrName