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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h369 void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
H A DTypeSystem.h394 virtual void DumpSummary(lldb::opaque_compiler_type_t type,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp737 void CompilerType::DumpSummary(ExecutionContext *exe_ctx, Stream *s, function in class:CompilerType
742 m_type_system->DumpSummary(m_type, exe_ctx, s, data, data_byte_offset,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h139 extern llvm::cl::opt<bool> DumpSummary;
H A Dllvm-pdbutil.cpp452 cl::opt<bool> DumpSummary("summary", cl::desc("dump file summary"),
1471 opts::dump::DumpSummary = true; member in class:opts::dump
H A DDumpOutputStyle.cpp89 if (opts::dump::DumpSummary) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h993 void DumpSummary(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
H A DTypeSystemClang.cpp8621 DumpSummary(type, exe_ctx, s, data, data_byte_offset, data_byte_size);
8829 void TypeSystemClang::DumpSummary(lldb::opaque_compiler_type_t type,

Completed in 170 milliseconds