Lines Matching defs:info
84 struct gcov_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcov_init() local
115 struct gcov_fn_info *info = kzalloc(sizeof(*info), GFP_KERNEL); in llvm_gcda_emit_function() local
130 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs() local
152 const char *gcov_info_filename(struct gcov_info *info) in gcov_info_filename()
161 unsigned int gcov_info_version(struct gcov_info *info) in gcov_info_version()
173 struct gcov_info *gcov_info_next(struct gcov_info *info) in gcov_info_next()
187 void gcov_info_link(struct gcov_info *info) in gcov_info_link()
197 void gcov_info_unlink(struct gcov_info *prev, struct gcov_info *info) in gcov_info_unlink()
210 bool gcov_info_within_module(struct gcov_info *info, struct module *mod) in gcov_info_within_module()
225 void gcov_info_reset(struct gcov_info *info) in gcov_info_reset()
315 struct gcov_info *gcov_info_dup(struct gcov_info *info) in gcov_info_dup()
348 void gcov_info_free(struct gcov_info *info) in gcov_info_free()
368 size_t convert_to_gcda(char *buffer, struct gcov_info *info) in convert_to_gcda()