Lines Matching refs:clo
129 if (CLG_(clo).compress_strings) { in print_obj()
155 if (CLG_(clo).compress_strings) { in print_file()
174 if (CLG_(clo).compress_strings) { in print_fn()
192 if (CLG_(clo).compress_strings && CLG_(clo).compress_mangled) { in print_mangled_fn()
235 if (CLG_(clo).compress_strings) { in print_mangled_fn()
274 if (!CLG_(clo).mangle_names) { in print_fn_pos()
314 if (!CLG_(clo).mangle_names) { in print_fn_pos()
452 if (CLG_(clo).dump_bbs) { in fprint_apos()
473 if (CLG_(clo).dump_instr) { in fprint_pos()
475 if ( CLG_(clo).compress_pos && (last->addr >0) && in fprint_pos()
488 if (CLG_(clo).dump_bb) { in fprint_pos()
490 if ( CLG_(clo).compress_pos && (last->bb_addr >0) && in fprint_pos()
503 if (CLG_(clo).dump_line) { in fprint_pos()
505 if ( CLG_(clo).compress_pos && (last->line >0) && in fprint_pos()
593 if (!CLG_(clo).dump_instr && !CLG_(clo).dump_bb && target.line==0) { in fprint_jcc()
606 if (CLG_(clo).mangle_names) in fprint_jcc()
646 if (CLG_(clo).mangle_names) in fprint_jcc()
714 if (CLG_(clo).dump_bbs || CLG_(clo).dump_instr || in fprint_bbcc()
811 if (CLG_(clo).dump_bbs || CLG_(clo).dump_bb) { in fprint_bbcc()
818 if (CLG_(clo).dump_bbs) VG_(fprintf)(fp, "\n"); in fprint_bbcc()
1107 if (CLG_(clo).separate_threads) in prepare_dump()
1121 if (CLG_(clo).separate_threads) in prepare_dump()
1183 if (!CLG_(clo).combine_dumps) { in new_dumpfile()
1189 if (CLG_(clo).separate_threads) in new_dumpfile()
1232 if (CLG_(clo).separate_threads) { in new_dumpfile()
1243 CLG_(clo).skip_plt ? "yes" : "no"); in new_dumpfile()
1245 CLG_(clo).collect_jumps ? "yes" : "no"); in new_dumpfile()
1247 CLG_(clo).separate_recursions); in new_dumpfile()
1249 CLG_(clo).separate_callers); in new_dumpfile()
1252 CLG_(clo).dump_bbs ? "yes" : "no"); in new_dumpfile()
1254 CLG_(clo).separate_threads ? "yes" : "no"); in new_dumpfile()
1283 if (fnc->separate_callers != CLG_(clo).separate_callers) { in new_dumpfile()
1287 if (fnc->separate_recursions != CLG_(clo).separate_recursions) { in new_dumpfile()
1298 CLG_(clo).dump_instr ? " instr" : "", in new_dumpfile()
1299 CLG_(clo).dump_bb ? " bb" : "", in new_dumpfile()
1300 CLG_(clo).dump_line ? " line" : ""); in new_dumpfile()
1310 if (CLG_(clo).separate_threads) { in new_dumpfile()
1418 if (CLG_(clo).dump_bbs) { in print_bbccs_of_thread()
1457 if (!CLG_(clo).separate_threads) { in print_bbccs()
1575 if (!CLG_(clo).out_format) in CLG_()
1576 CLG_(clo).out_format = DEFAULT_OUTFORMAT; in CLG_()
1587 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()