Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h510 void DumpTypeDescription(lldb::DescriptionLevel level =
517 void DumpTypeDescription(Stream *s, lldb::DescriptionLevel level =
HDTypeSystem.h425 virtual void DumpTypeDescription(
433 virtual void DumpTypeDescription(
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp1061 void CompilerType::DumpTypeDescription(lldb::DescriptionLevel level) const { in DumpTypeDescription() function in CompilerType
1064 type_system_sp->DumpTypeDescription(m_type, level); in DumpTypeDescription()
1067 void CompilerType::DumpTypeDescription(Stream *s, in DumpTypeDescription() function in CompilerType
1071 type_system_sp->DumpTypeDescription(m_type, *s, level); in DumpTypeDescription()
HDType.cpp320 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
385 GetForwardCompilerType().DumpTypeDescription(s, level); in Dump()
1172 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription()
1175 m_static_type.DumpTypeDescription(&strm); in GetDescription()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguage.h75 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.cpp307 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
319 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h1071 void DumpTypeDescription(
1075 void DumpTypeDescription(
HDTypeSystemClang.cpp4757 DumpTypeDescription(type, s); in GetBitSize()
8859 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang
8862 DumpTypeDescription(type, s, level); in DumpTypeDescription()
8872 void TypeSystemClang::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in TypeSystemClang
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDObjCLanguage.cpp915 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDThread.cpp1497 return_type.DumpTypeDescription(&s); in ReturnFromFrame()