Home
last modified time | relevance | path

Searched refs:found_fn (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/callgrind/
Dfn.c432 Bool found_file_line, found_fn, result = True; in CLG_() local
447 found_fn = VG_(get_fnname)(instr_addr, fn_name); in CLG_()
449 if (!found_file_line && !found_fn) { in CLG_()
456 } else if ( found_file_line && found_fn) { in CLG_()
460 } else if ( found_file_line && !found_fn) { in CLG_()
/external/valgrind/cachegrind/
Dcg_main.c218 Bool found_fn = VG_(get_fnname)(instr_addr, fn); in get_debug_info() local
224 if (!found_fn) { in get_debug_info()
229 if (found_fn) full_debugs++; in get_debug_info()
232 if (found_fn) fn_debugs++; in get_debug_info()