Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DGCDAProfiling.c110 struct flush_fn_node { struct
112 struct flush_fn_node *next; argument
115 static struct flush_fn_node *flush_fn_head = NULL;
116 static struct flush_fn_node *flush_fn_tail = NULL;
538 struct flush_fn_node *new_node = malloc(sizeof(struct flush_fn_node)); in llvm_register_flush_function()
551 struct flush_fn_node *curr = flush_fn_head; in __gcov_flush()
561 struct flush_fn_node *node = flush_fn_head; in llvm_delete_flush_function_list()