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).
50 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace"));
61 cl::desc("Emit numeric info in dump even if"
75 /// better dump info.
336 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
349 if (Dump) {
381 if (Dump) {
431 if (Dump) {
534 if (Dump) outs() << "\n\n";