Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h153 extern llvm::cl::list<uint32_t> DumpTypeIndex;
DDumpOutputStyle.cpp136 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()
Dllvm-pdbutil.cpp435 cl::list<uint32_t> DumpTypeIndex( variable