Searched refs:DumpTypeIndex (Results 1 – 3 of 3) sorted by relevance
158 extern llvm::cl::list<uint32_t> DumpTypeIndex;
167 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()172 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()1442 Indices.assign(opts::dump::DumpTypeIndex.begin(), in dumpTpiStream()1443 opts::dump::DumpTypeIndex.end()); in dumpTpiStream()
502 cl::list<uint32_t> DumpTypeIndex( variable