Home | History | Annotate | Download | only in profile

Lines Matching refs:fn

94   writeout_fn fn;
107 flush_fn fn;
501 void llvm_register_writeout_function(writeout_fn fn) {
503 new_node->fn = fn;
518 curr->fn();
533 void llvm_register_flush_function(flush_fn fn) {
535 new_node->fn = fn;
550 curr->fn();