Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dfn.c432 Bool found_file_line, found_fn, result = True; in CLG_() local
443 found_file_line = VG_(get_filename_linenum)(instr_addr, 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_()
Ddump.c366 Bool found_file_line; in get_debug_pos() local
373 found_file_line = debug_cache_info[cachepos]; in get_debug_pos()
376 found_file_line = VG_(get_filename_linenum)(addr, in get_debug_pos()
380 if (!found_file_line) { in get_debug_pos()
386 debug_cache_info[cachepos] = found_file_line; in get_debug_pos()
400 return found_file_line; in get_debug_pos()
/external/valgrind/cachegrind/
Dcg_main.c213 Bool found_file_line = VG_(get_filename_linenum)( in get_debug_info() local
220 if (!found_file_line) { in get_debug_info()
228 if (found_file_line) { in get_debug_info()