Searched refs:DumpTypeDescription (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 759 void CompilerType::DumpTypeDescription(lldb::DescriptionLevel level) const { in DumpTypeDescription() function in CompilerType 761 m_type_system->DumpTypeDescription(m_type, level); in DumpTypeDescription() 764 void CompilerType::DumpTypeDescription(Stream *s, in DumpTypeDescription() function in CompilerType 767 m_type_system->DumpTypeDescription(m_type, s, level); in DumpTypeDescription()
|
| H A D | Type.cpp | 194 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 256 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 1060 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription() 1063 m_static_type.DumpTypeDescription(&strm); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 381 void DumpTypeDescription(lldb::DescriptionLevel level = 388 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
|
| H A D | TypeSystem.h | 383 virtual void DumpTypeDescription( 391 virtual void DumpTypeDescription(
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 67 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 977 void DumpTypeDescription( 981 void DumpTypeDescription(
|
| H A D | TypeSystemClang.cpp | 4677 DumpTypeDescription(type, &s); in GetBitSize() 9038 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang 9041 DumpTypeDescription(type, &s, level); in DumpTypeDescription() 9051 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 304 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable() 316 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 963 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1491 return_type.DumpTypeDescription(&s); in ReturnFromFrame()
|