Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DPGOProfiling.c28 struct writeout_fn_node { struct
30 struct writeout_fn_node *next; argument
33 static struct writeout_fn_node *writeout_fn_head = NULL;
34 static struct writeout_fn_node *writeout_fn_tail = NULL;
46 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node)); in llvm_pgo_register_writeout_function()
66 struct writeout_fn_node *node = writeout_fn_head; in llvm_pgo_writeout_files()
H A DGCDAProfiling.c97 struct writeout_fn_node { struct
99 struct writeout_fn_node *next; argument
102 static struct writeout_fn_node *writeout_fn_head = NULL;
103 static struct writeout_fn_node *writeout_fn_tail = NULL;
506 struct writeout_fn_node *new_node = malloc(sizeof(struct writeout_fn_node)); in llvm_register_writeout_function()
519 struct writeout_fn_node *curr = writeout_fn_head; in llvm_writeout_files()
529 struct writeout_fn_node *node = writeout_fn_head; in llvm_delete_writeout_function_list()