Home
last modified time | relevance | path

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

/openbmc/linux/kernel/gcov/
H A Dclang.c67 struct gcov_fn_info { struct
131 struct gcov_fn_info, head); in llvm_gcda_emit_arcs()
227 struct gcov_fn_info *fn; in gcov_info_reset()
244 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
246 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
274 struct gcov_fn_info *dfn_ptr; in gcov_info_add()
276 struct gcov_fn_info, head); in gcov_info_add()
288 static struct gcov_fn_info *gcov_fn_info_dup(struct gcov_fn_info *fn) in gcov_fn_info_dup()
318 struct gcov_fn_info *fn; in gcov_info_dup()
350 struct gcov_fn_info *fn, *tmp; in gcov_info_free()
[all …]
H A Dgcc_4_7.c74 struct gcov_fn_info { struct
107 struct gcov_fn_info **functions;
304 sizeof(struct gcov_fn_info *), GFP_KERNEL); in gcov_info_dup()
309 fi_size = sizeof(struct gcov_fn_info); in gcov_info_dup()
388 struct gcov_fn_info *fi_ptr; in convert_to_gcda()