Home
last modified time | relevance | path

Searched refs:GetConstTypeName (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp74 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName()
81 ConstString qualified_name = GetCompilerType().GetConstTypeName(); in GetQualifiedTypeName()
H A DValueObjectMemory.cpp116 return m_compiler_type.GetConstTypeName(); in GetTypeName()
H A DValueObjectRegister.cpp277 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName()
H A DValueObjectConstResult.cpp219 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName()
H A DValueObject.cpp302 ConstString class_name(class_type.GetConstTypeName()); in MaybeCalculateCompleteType()
1648 return GetCompilerType().GetConstTypeName(); in GetTypeName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h132 m_type.m_type_name.assign(type.GetConstTypeName().GetCString()); in TypeNameSpecifierImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h169 ConstString GetConstTypeName() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp296 return GetConstTypeName(); in GetConstQualifiedTypeName()
299 ConstString CompilerType::GetConstTypeName() const { in GetConstTypeName() function in CompilerType
H A DType.cpp275 m_name = GetForwardCompilerType().GetConstTypeName(); in GetName()
615 return GetForwardCompilerType().GetConstTypeName(); in GetQualifiedName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp177 ConstString type_name(compiler_type.GetConstTypeName()); in GetPossibleMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp873 const char *class_name = parent_ast_type.GetConstTypeName().AsCString(); in GetByteOffsetForIvar()