Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h369 void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
DTypeSystem.h394 virtual void DumpSummary(lldb::opaque_compiler_type_t type,
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp738 void CompilerType::DumpSummary(ExecutionContext *exe_ctx, Stream *s, in DumpSummary() function in CompilerType
743 m_type_system->DumpSummary(m_type, exe_ctx, s, data, data_byte_offset, in DumpSummary()
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h139 extern llvm::cl::opt<bool> DumpSummary;
Dllvm-pdbutil.cpp452 cl::opt<bool> DumpSummary("summary", cl::desc("dump file summary"), variable
1471 opts::dump::DumpSummary = true; in main()
DDumpOutputStyle.cpp89 if (opts::dump::DumpSummary) { in dump()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h976 void DumpSummary(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
DTypeSystemClang.cpp8656 DumpSummary(type, exe_ctx, s, data, data_byte_offset, data_byte_size); in DumpValue()
8864 void TypeSystemClang::DumpSummary(lldb::opaque_compiler_type_t type, in DumpSummary() function in TypeSystemClang