Lines Matching refs:current_function_decl
371 elt.ident = cgraph_node::get (current_function_decl)->profile_id; in get_coverage_counts()
386 tree id = DECL_ASSEMBLER_NAME (current_function_decl); in get_coverage_counts()
421 DECL_ASSEMBLER_NAME (current_function_decl)); in get_coverage_counts()
447 = build_var (current_function_decl, array_type, counter); in coverage_counter_alloc()
557 = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_compute_lineno_checksum()
563 (chksum, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl))); in coverage_compute_lineno_checksum()
649 xloc = expand_location (DECL_SOURCE_LOCATION (current_function_decl)); in coverage_begin_function()
659 cgraph_node::get (current_function_decl)->profile_id); in coverage_begin_function()
665 (DECL_ASSEMBLER_NAME (current_function_decl))); in coverage_begin_function()
666 gcov_write_unsigned (DECL_ARTIFICIAL (current_function_decl) in coverage_begin_function()
667 && !DECL_LAMBDA_FUNCTION (current_function_decl)); in coverage_begin_function()
717 item->fn_decl = current_function_decl; in coverage_end_function()