Home
last modified time | relevance | path

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

12

/freebsd-13.1/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.cpp80 ConstString ValueObjectDynamicValue::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectDynamicValue
84 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
88 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectChild.cpp78 ConstString ValueObjectChild::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectChild
79 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectConstResult.cpp230 ConstString ValueObjectConstResult::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectConstResult
231 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectVariable.cpp82 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVariable
85 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
H A DValueObjectSyntheticFilter.cpp76 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectSynthetic
80 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i682 %feature("autodoc", "GetDisplayTypeName() -> string") GetDisplayTypeName;
698 ") GetDisplayTypeName;
700 GetDisplayTypeName ();
H A DSBValue.i87 GetDisplayTypeName ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectMemory.h47 ConstString GetDisplayTypeName() override;
H A DValueObjectVariable.h46 ConstString GetDisplayTypeName() override;
H A DValueObjectChild.h49 ConstString GetDisplayTypeName() override;
H A DValueObjectDynamicValue.h43 ConstString GetDisplayTypeName() override;
H A DValueObjectSyntheticFilter.h45 ConstString GetDisplayTypeName() override;
H A DValueObjectConstResult.h73 ConstString GetDisplayTypeName() override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp162 stream << " Active Type = " << template_type.GetDisplayTypeName() << " "; in LibcxxVariantSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp534 const char *SBType::GetDisplayTypeName() { in GetDisplayTypeName() function in SBType
535 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBType, GetDisplayTypeName); in GetDisplayTypeName()
539 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
985 LLDB_REGISTER_METHOD(const char *, SBType, GetDisplayTypeName, ()); in RegisterMethods()
H A DSBValue.cpp315 const char *SBValue::GetDisplayTypeName() { in GetDisplayTypeName() function in SBValue
316 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetDisplayTypeName); in GetDisplayTypeName()
322 name = value_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
1563 LLDB_REGISTER_METHOD(const char *, SBValue, GetDisplayTypeName, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h197 const char *GetDisplayTypeName();
H A DSBValue.h45 const char *GetDisplayTypeName();
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp936 ConstString TypeImpl::GetDisplayTypeName() const { in GetDisplayTypeName() function in TypeImpl
940 return m_dynamic_type.GetDisplayTypeName(); in GetDisplayTypeName()
941 return m_static_type.GetDisplayTypeName(); in GetDisplayTypeName()
H A DCompilerType.cpp284 ConstString CompilerType::GetDisplayTypeName() const { in GetDisplayTypeName() function in CompilerType
286 return m_type_system->GetDisplayTypeName(m_type); in GetDisplayTypeName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h166 ConstString GetDisplayTypeName() const;
H A DType.h274 ConstString GetDisplayTypeName() const;
H A DTypeSystem.h208 virtual ConstString GetDisplayTypeName(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp243 ? m_valobj->GetDisplayTypeName() in PrintDecl()

12