Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.h159 extern llvm::cl::list<uint32_t> DumpTypeIndex;
HDDumpOutputStyle.cpp169 if (opts::dump::DumpTypes || !opts::dump::DumpTypeIndex.empty() || in dump()
174 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()
HDllvm-pdbutil.cpp505 cl::list<uint32_t> DumpTypeIndex( variable