Searched refs:flush_fn (Results 1 – 2 of 2) sorted by relevance
69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) { in GcovInit()70 void (*func)(writeout_fn, flush_fn) = in GcovInit()71 (void (*)(writeout_fn, flush_fn))LoadSymbol("llvm_gcov_init"); in GcovInit()
31 typedef void (*flush_fn)(); typedef53 bool GcovInit(writeout_fn wfn, flush_fn ffn);