Searched refs:gcov_info_type (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | coverage.c | 792 build_fn_info_type (tree type, unsigned counters, tree gcov_info_type) in build_fn_info_type() argument 816 (gcov_info_type, TYPE_QUAL_CONST))); in build_fn_info_type() 1066 build_init_ctor (tree gcov_info_type) in build_init_ctor() argument 1071 init_fn = build_pointer_type (gcov_info_type); in build_init_ctor() 1123 tree gcov_info_type; in coverage_obj_init() local 1154 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init() 1156 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type); in coverage_obj_init() 1157 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init() 1160 build_info_type (gcov_info_type, gcov_fn_info_ptr_type); in coverage_obj_init() 1165 VAR_DECL, NULL_TREE, gcov_info_type); in coverage_obj_init() [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | coverage.c | 690 build_fn_info_type (tree type, unsigned counters, tree gcov_info_type) in build_fn_info_type() argument 714 (gcov_info_type, TYPE_QUAL_CONST))); in build_fn_info_type() 968 tree gcov_info_type, ctor, stmt, init_fn; in coverage_obj_init() local 999 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init() 1003 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type); in coverage_obj_init() 1004 build_info_type (gcov_info_type, gcov_fn_info_ptr_type); in coverage_obj_init() 1009 VAR_DECL, NULL_TREE, gcov_info_type); in coverage_obj_init() 1015 init_fn = build_pointer_type (gcov_info_type); in coverage_obj_init()
|