Home
last modified time | relevance | path

Searched refs:found_file_line (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/callgrind/
Dfn.c422 Bool found_file_line, found_fn, found_dirname, result = True; in CLG_() local
434 found_file_line = VG_(get_filename_linenum)(instr_addr, in CLG_()
450 if (!found_file_line && !found_fn) { in CLG_()
457 } else if ( found_file_line && found_fn) { in CLG_()
461 } else if ( found_file_line && !found_fn) { in CLG_()
Ddump.c445 Bool found_file_line, found_dirname; in get_debug_pos() local
452 found_file_line = debug_cache_info[cachepos]; in get_debug_pos()
455 found_file_line = VG_(get_filename_linenum)(addr, in get_debug_pos()
460 if (!found_file_line) { in get_debug_pos()
473 debug_cache_info[cachepos] = found_file_line; in get_debug_pos()
487 return found_file_line; in get_debug_pos()
/external/valgrind/main/cachegrind/
Dcg_main.c220 Bool found_file_line = VG_(get_filename_linenum)( in get_debug_info() local
228 if (!found_file_line) { in get_debug_info()
244 if (found_file_line) { in get_debug_info()