Searched refs:DumpTypeIndex (Results 1 – 3 of 3) sorted by relevance
153 extern llvm::cl::list<uint32_t> DumpTypeIndex;
136 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()141 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()1220 Indices.assign(opts::dump::DumpTypeIndex.begin(), in dumpTpiStream()1221 opts::dump::DumpTypeIndex.end()); in dumpTpiStream()
435 cl::list<uint32_t> DumpTypeIndex( variable