Home | History | Annotate | Download | only in llvm-bcanalyzer

Lines Matching refs:Dump

16 //      --dump      - Dump low-level bitcode structure in readable format
26 // the bitcode file (-dump option).
52 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"));
63 cl::desc("Emit numeric info in dump even if"
485 bool DumpRecords = Dump;
487 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
490 // It's not really interesting to dump the contents of the blockinfo block.
719 if (Dump) {
815 if (Dump) outs() << "\n\n";