Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h166 extern llvm::cl::list<uint32_t> DumpIdIndex;
DDumpOutputStyle.cpp178 if (opts::dump::DumpIds || !opts::dump::DumpIdIndex.empty() || in dump()
1453 Indices.assign(opts::dump::DumpIdIndex.begin(), in dumpTpiStream()
1454 opts::dump::DumpIdIndex.end()); in dumpTpiStream()
Dllvm-pdbutil.cpp518 cl::list<uint32_t> DumpIdIndex( variable