| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 119 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 D | ValueObjectDynamicValue.cpp | 81 ConstString ValueObjectDynamicValue::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectDynamicValue 85 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 89 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectChild.cpp | 86 ConstString ValueObjectChild::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectChild 87 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectVariable.cpp | 81 ConstString ValueObjectVariable::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectVariable 84 return var_type->GetForwardCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectConstResult.cpp | 223 ConstString ValueObjectConstResult::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectConstResult 224 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectSyntheticFilter.cpp | 75 ConstString ValueObjectSynthetic::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectSynthetic 79 return m_parent->GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectRegister.cpp | 56 ConstString ValueObjectRegisterContext::GetDisplayTypeName() { in GetDisplayTypeName() function in ValueObjectRegisterContext
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 281 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 D | CompilerType.h | 173 ConstString GetDisplayTypeName() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectMemory.h | 53 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObjectVariable.h | 60 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObjectChild.h | 52 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObjectDynamicValue.h | 53 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObjectSyntheticFilter.h | 56 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObjectRegister.h | 61 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObjectConstResult.h | 82 ConstString GetDisplayTypeName() override;
|
| H A D | ValueObject.h | 395 virtual ConstString GetDisplayTypeName();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBUtilSBValue.cpp | 471 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 D | Type.cpp | 900 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 D | CompilerType.cpp | 315 ConstString CompilerType::GetDisplayTypeName() const { return GetTypeName(); } in GetDisplayTypeName() function in CompilerType
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBType.h | 185 const char *GetDisplayTypeName();
|
| H A D | SBValue.h | 44 const char *GetDisplayTypeName();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 400 const char *SBType::GetDisplayTypeName() { in GetDisplayTypeName() function in SBType 403 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
|
| H A D | SBValue.cpp | 309 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 D | ValueObjectPrinter.cpp | 248 type_name = m_valobj->GetDisplayTypeName(); in PrintDecl()
|