Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h143 lldb::TypeSP GetTypeSP() { in GetTypeSP() function
145 return m_type.m_type_pair.GetTypeSP(); in GetTypeSP()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h302 lldb::TypeSP GetTypeSP() const { return type_sp; } in GetTypeSP() function
544 lldb::TypeSP GetTypeSP() const { return m_type_pair.GetTypeSP(); } in GetTypeSP() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp239 TypeSP type_sp = class_type_or_name.GetTypeSP(); in GetDynamicTypeAndAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp757 return m_type_pair.GetTypeSP().get() != nullptr; in HasTypeSP()