Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h407 void DumpTypeDescription() const; // Dump to stdout
409 void DumpTypeDescription(Stream *s) const;
H A DTypeSystem.h374 DumpTypeDescription(lldb::opaque_compiler_type_t type) = 0; // Dump to stdout
376 virtual void DumpTypeDescription(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h953 void DumpTypeDescription(
956 void DumpTypeDescription(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp795 void CompilerType::DumpTypeDescription() const { in DumpTypeDescription() function in CompilerType
797 m_type_system->DumpTypeDescription(m_type); in DumpTypeDescription()
800 void CompilerType::DumpTypeDescription(Stream *s) const { in DumpTypeDescription() function in CompilerType
802 m_type_system->DumpTypeDescription(m_type, s); in DumpTypeDescription()
H A DType.cpp172 GetForwardCompilerType().DumpTypeDescription(s); in GetDescription()
231 GetForwardCompilerType().DumpTypeDescription(s); in Dump()
1024 m_dynamic_type.DumpTypeDescription(&strm); in GetDescription()
1027 m_static_type.GetCompilerType().DumpTypeDescription(&strm); in GetDescription()
H A DClangASTContext.cpp5044 DumpTypeDescription(type, &s); in GetBitSize()
9663 void ClangASTContext::DumpTypeDescription(lldb::opaque_compiler_type_t type) { in DumpTypeDescription() function in ClangASTContext
9665 DumpTypeDescription(type, &s); in DumpTypeDescription()
9673 void ClangASTContext::DumpTypeDescription(lldb::opaque_compiler_type_t type, in DumpTypeDescription() function in ClangASTContext
9717 .DumpTypeDescription(s); in DumpTypeDescription()
9723 .DumpTypeDescription(s); in DumpTypeDescription()
9729 .DumpTypeDescription(s); in DumpTypeDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h67 m_compiler_type.DumpTypeDescription(&stream); in DumpToStream()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp317 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
330 m_result_type.DumpTypeDescription(&type_desc_stream); in CreateResultVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp926 m_compiler_type.DumpTypeDescription(&stream); in GetTypeScavenger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1688 return_type.DumpTypeDescription(&s); in ReturnFromFrame()