Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DValueObjectDynamicValue.cpp63 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
68 return m_parent->GetTypeImpl(); in GetTypeImpl()
DValueObject.cpp312 TypeImpl ValueObject::GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function in ValueObject
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectDynamicValue.h83 TypeImpl GetTypeImpl() override;
DValueObject.h356 virtual TypeImpl GetTypeImpl();
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h361 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function
/external/llvm-project/lldb/source/API/
DSBType.cpp683 sb_type.SetSP(m_opaque_up->GetTypeImpl()); in GetType()
738 TypeImplSP type_impl_sp(m_opaque_up->GetTypeImpl()); in GetDescription()
DSBValue.cpp402 type_sp = std::make_shared<TypeImpl>(value_sp->GetTypeImpl()); in GetType()