Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DGCDAProfiling.c96 struct flush_fn_node { struct
98 struct flush_fn_node *next; argument
101 static struct flush_fn_node *flush_fn_head = NULL;
102 static struct flush_fn_node *flush_fn_tail = NULL;
524 struct flush_fn_node *new_node = malloc(sizeof(struct flush_fn_node)); in llvm_register_flush_function()
537 struct flush_fn_node *curr = flush_fn_head; in __gcov_flush()
547 struct flush_fn_node *node = flush_fn_head; in llvm_delete_flush_function_list()