Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h167 extern llvm::cl::list<uint32_t> DumpIdIndex;
H A DDumpOutputStyle.cpp180 if (opts::dump::DumpIds || !opts::dump::DumpIdIndex.empty() || in dump()
1351 Indices.assign(opts::dump::DumpIdIndex.begin(), in dumpTpiStream()
1352 opts::dump::DumpIdIndex.end()); in dumpTpiStream()
H A Dllvm-pdbutil.cpp524 cl::list<uint32_t> DumpIdIndex( variable