Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectMemory.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()
HDValueObjectDynamicValue.cpp77 ConstString ValueObjectDynamicValue::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectDynamicValue
81 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
85 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
HDValueObjectChild.cpp80 ConstString ValueObjectChild::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectChild
81 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
HDValueObjectConstResult.cpp234 ConstString ValueObjectConstResult::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectConstResult
235 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
HDValueObjectSyntheticFilter.cpp82 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectSynthetic
86 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
HDValueObjectVariable.cpp83 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVariable
86 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
HDValueObjectVTable.cpp180 ConstString ValueObjectVTable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVTable
/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBTypeDocstrings.i525 %feature("autodoc", "GetDisplayTypeName() -> string") lldb::SBType::GetDisplayTypeName;
543 ) lldb::SBType::GetDisplayTypeName;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObjectVTable.h75 ConstString GetDisplayTypeName() override;
HDValueObjectVariable.h47 ConstString GetDisplayTypeName() override;
HDValueObjectMemory.h48 ConstString GetDisplayTypeName() override;
HDValueObjectChild.h48 ConstString GetDisplayTypeName() override;
HDValueObjectDynamicValue.h44 ConstString GetDisplayTypeName() override;
HDValueObjectSyntheticFilter.h46 ConstString GetDisplayTypeName() override;
HDValueObjectConstResult.h74 ConstString GetDisplayTypeName() override;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibCxxVariant.cpp188 stream << " Active Type = " << template_type.GetDisplayTypeName() << " "; in LibcxxVariantSummaryProvider()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h51 const char *GetDisplayTypeName();
HDSBType.h240 const char *GetDisplayTypeName();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDType.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()
HDCompilerType.cpp536 ConstString CompilerType::GetDisplayTypeName() const { in GetDisplayTypeName() function in CompilerType
539 return type_system_sp->GetDisplayTypeName(m_type); in GetDisplayTypeName()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp630 const char *SBType::GetDisplayTypeName() { in GetDisplayTypeName() function in SBType
635 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
HDSBValue.cpp313 const char *SBValue::GetDisplayTypeName() { in GetDisplayTypeName() function in SBValue
321 return value_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h280 ConstString GetDisplayTypeName() const;
HDType.h624 ConstString GetDisplayTypeName() const;
HDTypeSystem.h238 virtual ConstString GetDisplayTypeName(lldb::opaque_compiler_type_t type) = 0;

12