reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-pdbutil/llvm-pdbutil.h
  157 extern llvm::cl::list<uint32_t> DumpTypeIndex;

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  167     if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() ||
  172     if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() ||
 1447     Indices.assign(opts::dump::DumpTypeIndex.begin(),
 1448                    opts::dump::DumpTypeIndex.end());