Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectDynamicValue.cpp60 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
65 return m_parent->GetTypeImpl(); in GetTypeImpl()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectDynamicValue.h76 TypeImpl GetTypeImpl() override;
HDValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp802 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
855 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription()
HDSBValue.cpp396 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h709 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function