Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
68 return m_parent->GetTypeImpl(); in GetTypeImpl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectDynamicValue.h83 TypeImpl GetTypeImpl() override;
H A DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp701 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
756 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription()
H A DSBValue.cpp402 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h360 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function