Home
last modified time | relevance | path

Searched refs:gcov_info_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoverage.cc785 build_fn_info_type (tree type, unsigned counters, tree gcov_info_type) in build_fn_info_type() argument
809 (gcov_info_type, TYPE_QUAL_CONST))); in build_fn_info_type()
1071 build_init_ctor (tree gcov_info_type) in build_init_ctor() argument
1076 init_fn = build_pointer_type (gcov_info_type); in build_init_ctor()
1123 build_gcov_info_var_registration (tree gcov_info_type) in build_gcov_info_var_registration() argument
1127 build_pointer_type (gcov_info_type)); in build_gcov_info_var_registration()
1147 tree gcov_info_type; in coverage_obj_init() local
1178 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
1180 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type); in coverage_obj_init()
1181 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoverage.c777 build_fn_info_type (tree type, unsigned counters, tree gcov_info_type) in build_fn_info_type() argument
801 (gcov_info_type, TYPE_QUAL_CONST))); in build_fn_info_type()
1051 build_init_ctor (tree gcov_info_type) in build_init_ctor() argument
1056 init_fn = build_pointer_type (gcov_info_type); in build_init_ctor()
1107 tree gcov_info_type; in coverage_obj_init() local
1138 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
1140 build_fn_info_type (gcov_fn_info_type, n_counters, gcov_info_type); in coverage_obj_init()
1141 gcov_info_type = lang_hooks.types.make_type (RECORD_TYPE); in coverage_obj_init()
1144 build_info_type (gcov_info_type, gcov_fn_info_ptr_type); in coverage_obj_init()
1149 VAR_DECL, NULL_TREE, gcov_info_type); in coverage_obj_init()
[all …]