Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormatClasses.h153 GetTypeSP () in GetTypeSP() function
156 return m_type.m_type_pair.GetTypeSP(); in GetTypeSP()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h386 GetTypeSP () const in GetTypeSP() function
722 GetTypeSP () const in GetTypeSP() function
724 return m_type_pair.GetTypeSP(); in GetTypeSP()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp919 return m_type_pair.GetTypeSP().get() != nullptr; in HasTypeSP()