Searched refs:DumpTypeIndex (Results 1 – 3 of 3) sorted by relevance
160 extern llvm::cl::list<uint32_t> DumpTypeIndex;
168 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()173 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()1344 Indices.assign(opts::dump::DumpTypeIndex.begin(), in dumpTpiStream()1345 opts::dump::DumpTypeIndex.end()); in dumpTpiStream()
507 cl::list<uint32_t> DumpTypeIndex( variable