Home | History | Annotate | Download | only in gcc

Lines Matching defs:gcov_info_var

101 static GTY(()) tree gcov_info_var;
1090 stmt = build_fold_addr_expr (gcov_info_var);
1124 /* Generate the pointer to the gcov_info_var in a dedicated section. */
1140 DECL_INITIAL (var) = build_fold_addr_expr (gcov_info_var);
1192 gcov_info_var = build_decl (BUILTINS_LOCATION,
1194 TREE_STATIC (gcov_info_var) = 1;
1196 DECL_NAME (gcov_info_var) = get_identifier (name_buf);
1216 tree init = build_fn_info (data, gcov_fn_info_type, gcov_info_var);
1248 DECL_INITIAL (gcov_info_var)
1249 = build_info (TREE_TYPE (gcov_info_var), fn_info_ary, object_checksum);
1250 varpool_node::finalize_decl (gcov_info_var);