Home
last modified time | relevance | path

Searched refs:DumpSummary (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp747 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()
HDClangASTContext.cpp8356 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/
HDCompilerType.h361 void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
HDTypeSystem.h377 virtual void DumpSummary(lldb::opaque_compiler_type_t type,
HDClangASTContext.h869 void DumpSummary(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.h139 extern llvm::cl::opt<bool> DumpSummary;
HDllvm-pdbutil.cpp452 cl::opt<bool> DumpSummary("summary", cl::desc("dump file summary"), variable
1467 opts::dump::DumpSummary = true; in main()
HDDumpOutputStyle.cpp89 if (opts::dump::DumpSummary) { in dump()