Home
last modified time | relevance | path

Searched refs:DumpTypeDescription (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp761 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 DType.cpp195 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 DCompilerType.h395 void DumpTypeDescription(lldb::DescriptionLevel level =
402 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
H A DTypeSystem.h386 virtual void DumpTypeDescription(
394 virtual void DumpTypeDescription(
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h66 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h971 void DumpTypeDescription(
975 void DumpTypeDescription(
H A DTypeSystemClang.cpp4709 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 DIRForTarget.cpp305 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 DObjCLanguage.cpp979 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1484 return_type.DumpTypeDescription(&s); in ReturnFromFrame()