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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h493 void DumpTypeDescription(lldb::DescriptionLevel level =
500 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
H A DTypeSystem.h396 virtual void DumpTypeDescription(
404 virtual void DumpTypeDescription(
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp1017 void CompilerType::DumpTypeDescription(lldb::DescriptionLevel level) const { function in class:CompilerType
1020 type_system_sp->DumpTypeDescription(m_type, level);
1023 void CompilerType::DumpTypeDescription(Stream *s, function in class:CompilerType
1027 type_system_sp->DumpTypeDescription(m_type, *s, level);
H A DType.cpp321 GetForwardCompilerType().DumpTypeDescription(s);
383 GetForwardCompilerType().DumpTypeDescription(s, level);
1166 m_dynamic_type.DumpTypeDescription(&strm);
1169 m_static_type.DumpTypeDescription(&strm);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h66 m_compiler_type.DumpTypeDescription(&stream);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1050 void DumpTypeDescription(
1054 void DumpTypeDescription(
H A DTypeSystemClang.cpp4700 DumpTypeDescription(type, s);
8673 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, function in class:TypeSystemClang
8676 DumpTypeDescription(type, s, level);
8686 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, function in class:TypeSystemClang
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp307 m_result_type.DumpTypeDescription(&type_desc_stream);
319 m_result_type.DumpTypeDescription(&type_desc_stream);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp915 m_compiler_type.DumpTypeDescription(&stream);
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1484 return_type.DumpTypeDescription(&s);

Completed in 218 milliseconds