Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.h149 extern llvm::cl::opt<bool> DumpLines;
HDllvm-pdbutil.cpp591 cl::opt<bool> DumpLines( variable
1485 opts::dump::DumpLines = true; in main()
HDDumpOutputStyle.cpp143 if (opts::dump::DumpLines) { in dump()