Home
last modified time | relevance | path

Searched refs:GetIntegerType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeEnumMember.cpp91 sb_type.SetSP(m_opaque_sp->GetIntegerType()); in GetType()
190 if (m_opaque_sp->GetIntegerType()->GetDescription(strm, in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h487 const lldb::TypeImplSP &GetIntegerType() const { return m_integer_type_sp; } in GetIntegerType() function