HomeSort by: relevance | last modified time | path
    Searched defs:gcov_info_var (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
coverage.cc 101 static GTY(()) tree gcov_info_var; variable
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)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
coverage.cc 101 static GTY(()) tree gcov_info_var; variable
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)
    [all...]

Completed in 17 milliseconds