Home
last modified time | relevance | path

Searched refs:GetDisplayTypeName (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectMemory.cpp119 ConstString ValueObjectMemory::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectMemory
121 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
122 return m_compiler_type.GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectDynamicValue.cpp81 ConstString ValueObjectDynamicValue::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectDynamicValue
85 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
89 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectChild.cpp86 ConstString ValueObjectChild::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectChild
87 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectVariable.cpp81 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVariable
84 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectConstResult.cpp223 ConstString ValueObjectConstResult::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectConstResult
224 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectSyntheticFilter.cpp75 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectSynthetic
79 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectRegister.cpp56 ConstString ValueObjectRegisterContext::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectRegisterContext
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h281 ConstString GetDisplayTypeName() const { in GetDisplayTypeName() function
283 return type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
285 return compiler_type.GetDisplayTypeName(); in GetDisplayTypeName()
410 ConstString GetDisplayTypeName() const;
H A DCompilerType.h173 ConstString GetDisplayTypeName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectMemory.h53 ConstString GetDisplayTypeName() override;
H A DValueObjectVariable.h60 ConstString GetDisplayTypeName() override;
H A DValueObjectChild.h52 ConstString GetDisplayTypeName() override;
H A DValueObjectDynamicValue.h53 ConstString GetDisplayTypeName() override;
H A DValueObjectSyntheticFilter.h56 ConstString GetDisplayTypeName() override;
H A DValueObjectRegister.h61 ConstString GetDisplayTypeName() override;
H A DValueObjectConstResult.h82 ConstString GetDisplayTypeName() override;
H A DValueObject.h395 virtual ConstString GetDisplayTypeName();
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp471 const char *pName = m_bValidSBValue ? m_rValue.GetDisplayTypeName() : nullptr; in GetTypeNameDisplay()
500 const char *pName = m_bValidSBValue ? m_rValue.GetDisplayTypeName() : nullptr; in HasName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp900 ConstString TypeImpl::GetDisplayTypeName() const { in GetDisplayTypeName() function in TypeImpl
904 return m_dynamic_type.GetDisplayTypeName(); in GetDisplayTypeName()
905 return m_static_type.GetDisplayTypeName(); in GetDisplayTypeName()
H A DCompilerType.cpp315 ConstString CompilerType::GetDisplayTypeName() const { return GetTypeName(); } in GetDisplayTypeName() function in CompilerType
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h185 const char *GetDisplayTypeName();
H A DSBValue.h44 const char *GetDisplayTypeName();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp400 const char *SBType::GetDisplayTypeName() { in GetDisplayTypeName() function in SBType
403 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
H A DSBValue.cpp309 const char *SBValue::GetDisplayTypeName() { in GetDisplayTypeName() function in SBValue
315 name = value_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp248 type_name = m_valobj->GetDisplayTypeName(); in PrintDecl()

12