Home | History | Annotate | Download | only in profile

Lines Matching refs:fn

75   writeout_fn fn;
88 flush_fn fn;
421 void llvm_register_writeout_function(writeout_fn fn) {
423 new_node->fn = fn;
438 curr->fn();
453 void llvm_register_flush_function(flush_fn fn) {
455 new_node->fn = fn;
470 curr->fn();