Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DGCDAProfiling.c99 static struct writeout_fn_node *writeout_fn_tail = NULL; variable
507 writeout_fn_head = writeout_fn_tail = new_node; in llvm_register_writeout_function()
509 writeout_fn_tail->next = new_node; in llvm_register_writeout_function()
510 writeout_fn_tail = new_node; in llvm_register_writeout_function()
530 writeout_fn_head = writeout_fn_tail = NULL; in llvm_delete_writeout_function_list()