HomeSort by relevance Sort by last modified time
    Searched refs:dump_bbs (Results 1 - 3 of 3) sorted by null

  /external/valgrind/callgrind/
dump.c 452 if (CLG_(clo).dump_bbs) {
470 if (0) //CLG_(clo).dump_bbs)
706 * if CLG_(clo).dump_bbs or file/line has changed
714 if (CLG_(clo).dump_bbs || CLG_(clo).dump_instr ||
811 if (CLG_(clo).dump_bbs || CLG_(clo).dump_bb) {
818 if (CLG_(clo).dump_bbs) VG_(fprintf)(fp, "\n");
    [all...]
clo.c 520 else if VG_BOOL_CLO(arg, "--dump-bbs", CLG_(clo).dump_bbs) {}
642 CLG_(clo).dump_bbs = False;
global.h 89 Bool dump_bbs; /* Dump basic block information? */ member in struct:_CommandLineOptions

Completed in 113 milliseconds