Searched refs:DumpSummary (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | CompilerType.h | 369 void DumpSummary(ExecutionContext *exe_ctx, Stream *s,
|
D | TypeSystem.h | 394 virtual void DumpSummary(lldb::opaque_compiler_type_t type,
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompilerType.cpp | 738 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/ |
D | llvm-pdbutil.h | 139 extern llvm::cl::opt<bool> DumpSummary;
|
D | llvm-pdbutil.cpp | 452 cl::opt<bool> DumpSummary("summary", cl::desc("dump file summary"), variable 1471 opts::dump::DumpSummary = true; in main()
|
D | DumpOutputStyle.cpp | 89 if (opts::dump::DumpSummary) { in dump()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.h | 976 void DumpSummary(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
|
D | TypeSystemClang.cpp | 8656 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
|