Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DGCDAProfiling.c93 struct writeout_fn_node { struct
95 struct writeout_fn_node *next; argument
98 static struct writeout_fn_node *writeout_fn_head = NULL;
99 static struct writeout_fn_node *writeout_fn_tail = NULL;
502 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node)); in llvm_register_writeout_function()
515 struct writeout_fn_node *curr = writeout_fn_head; in llvm_writeout_files()
525 struct writeout_fn_node *node = writeout_fn_head; in llvm_delete_writeout_function_list()