Searched refs:DumpSummary (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | CompilerType.cpp | 747 void CompilerType::DumpSummary(ExecutionContext *exe_ctx, Stream *s, in DumpSummary() function in CompilerType 752 m_type_system->DumpSummary(m_type, exe_ctx, s, data, data_byte_offset, in DumpSummary()
|
| HD | ClangASTContext.cpp | 8356 DumpSummary(type, exe_ctx, s, data, data_byte_offset, data_byte_size); in DumpValue() 8564 void ClangASTContext::DumpSummary(lldb::opaque_compiler_type_t type, in DumpSummary() function in ClangASTContext
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | CompilerType.h | 361 void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
|
| HD | TypeSystem.h | 377 virtual void DumpSummary(lldb::opaque_compiler_type_t type,
|
| HD | ClangASTContext.h | 869 void DumpSummary(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | llvm-pdbutil.h | 139 extern llvm::cl::opt<bool> DumpSummary;
|
| HD | llvm-pdbutil.cpp | 452 cl::opt<bool> DumpSummary("summary", cl::desc("dump file summary"), variable 1467 opts::dump::DumpSummary = true; in main()
|
| HD | DumpOutputStyle.cpp | 89 if (opts::dump::DumpSummary) { in dump()
|