Home
last modified time | relevance | path

Searched refs:DumpTypeDependents (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h159 extern llvm::cl::opt<bool> DumpTypeDependents;
DDumpOutputStyle.cpp1335 if (opts::dump::DumpTypeDependents) { in dumpPartialTypeStream()
1481 DumpExtras, opts::dump::DumpTypeDependents); in dumpTpiStream()
Dllvm-pdbutil.cpp523 cl::opt<bool> DumpTypeDependents( variable