Home
last modified time | relevance | path

Searched refs:GetTypeImpl (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp64 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
69 return m_parent->GetTypeImpl(); in GetTypeImpl()
H A DValueObject.cpp342 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function in ValueObject
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h93 TypeImpl GetTypeImpl() override;
H A DValueObject.h379 virtual TypeImpl GetTypeImpl();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp512 sb_type.SetSP(m_opaque_ap->GetTypeImpl()); in GetType()
555 TypeImplSP type_impl_sp(m_opaque_ap->GetTypeImpl()); in GetDescription()
H A DSBValue.cpp489 type_sp.reset(new TypeImpl(value_sp->GetTypeImpl())); in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h493 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function