Searched refs:DumpTypeDescription (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 761 void CompilerType::DumpTypeDescription(lldb::DescriptionLevel level) const { in DumpTypeDescription() function in CompilerType 763 m_type_system->DumpTypeDescription(m_type, level); in DumpTypeDescription() 766 void CompilerType::DumpTypeDescription(Stream *s, in DumpTypeDescription() function in CompilerType 769 m_type_system->DumpTypeDescription(m_type, s, level); in DumpTypeDescription()
|
| H A D | Type.cpp | 195 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 257 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 1059 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription() 1062 m_static_type.DumpTypeDescription(&strm); in GetDescription()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 395 void DumpTypeDescription(lldb::DescriptionLevel level = 402 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
|
| H A D | TypeSystem.h | 386 virtual void DumpTypeDescription( 394 virtual void DumpTypeDescription(
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Language.h | 66 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 971 void DumpTypeDescription( 975 void DumpTypeDescription(
|
| H A D | TypeSystemClang.cpp | 4709 DumpTypeDescription(type, &s); in GetBitSize() 9139 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang 9142 DumpTypeDescription(type, &s, level); in DumpTypeDescription() 9152 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 305 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable() 317 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 979 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Thread.cpp | 1484 return_type.DumpTypeDescription(&s); in ReturnFromFrame()
|