Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp123 ConstString ValueObjectMemory::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectMemory
125 return m_type_sp->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
126 return m_compiler_type.GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectDynamicValue.cpp77 ConstString ValueObjectDynamicValue::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectDynamicValue
81 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
85 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectChild.cpp80 ConstString ValueObjectChild::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectChild
81 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectConstResult.cpp234 ConstString ValueObjectConstResult::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectConstResult
235 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectSyntheticFilter.cpp82 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectSynthetic
86 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectVariable.cpp83 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVariable
86 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectVTable.cpp180 ConstString ValueObjectVTable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVTable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i525 %feature("autodoc", "GetDisplayTypeName() -> string") lldb::SBType::GetDisplayTypeName;
543 ) lldb::SBType::GetDisplayTypeName;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectVTable.h75 ConstString GetDisplayTypeName() override;
H A DValueObjectVariable.h47 ConstString GetDisplayTypeName() override;
H A DValueObjectMemory.h48 ConstString GetDisplayTypeName() override;
H A DValueObjectChild.h48 ConstString GetDisplayTypeName() override;
H A DValueObjectDynamicValue.h44 ConstString GetDisplayTypeName() override;
H A DValueObjectSyntheticFilter.h46 ConstString GetDisplayTypeName() override;
H A DValueObjectConstResult.h74 ConstString GetDisplayTypeName() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp188 stream << " Active Type = " << template_type.GetDisplayTypeName() << " "; in LibcxxVariantSummaryProvider()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h240 const char *GetDisplayTypeName();
H A DSBValue.h51 const char *GetDisplayTypeName();
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1048 ConstString TypeImpl::GetDisplayTypeName() const { in GetDisplayTypeName() function in TypeImpl
1052 return m_dynamic_type.GetDisplayTypeName(); in GetDisplayTypeName()
1053 return m_static_type.GetDisplayTypeName(); in GetDisplayTypeName()
H A DCompilerType.cpp536 ConstString CompilerType::GetDisplayTypeName() const { in GetDisplayTypeName() function in CompilerType
539 return type_system_sp->GetDisplayTypeName(m_type); in GetDisplayTypeName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp630 const char *SBType::GetDisplayTypeName() { in GetDisplayTypeName() function in SBType
635 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
H A DSBValue.cpp313 const char *SBValue::GetDisplayTypeName() { in GetDisplayTypeName() function in SBValue
321 return value_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h280 ConstString GetDisplayTypeName() const;
H A DType.h624 ConstString GetDisplayTypeName() const;
H A DTypeSystem.h238 virtual ConstString GetDisplayTypeName(lldb::opaque_compiler_type_t type) = 0;

12