Searched refs:DumpTypeDescription (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 522 void DumpTypeDescription(lldb::DescriptionLevel level = 529 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
|
| H A D | TypeSystem.h | 430 virtual void DumpTypeDescription( 438 virtual void DumpTypeDescription(
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 1066 void CompilerType::DumpTypeDescription(lldb::DescriptionLevel level) const { in DumpTypeDescription() function in CompilerType 1069 type_system_sp->DumpTypeDescription(m_type, level); in DumpTypeDescription() 1072 void CompilerType::DumpTypeDescription(Stream *s, in DumpTypeDescription() function in CompilerType 1076 type_system_sp->DumpTypeDescription(m_type, *s, level); in DumpTypeDescription()
|
| H A D | Type.cpp | 328 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription() 393 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump() 1193 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription() 1196 m_static_type.DumpTypeDescription(&strm); in GetDescription()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 76 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 304 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable() 317 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 1095 void DumpTypeDescription( 1099 void DumpTypeDescription(
|
| H A D | TypeSystemClang.cpp | 4775 DumpTypeDescription(qual_type.getAsOpaquePtr(), s); in GetObjCBitSize() 8782 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang 8785 DumpTypeDescription(type, s, level); in DumpTypeDescription() 8794 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 932 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 1530 return_type.DumpTypeDescription(&s); in ReturnFromFrame()
|