Searched refs:wfn (Results 1 – 3 of 3) sorted by relevance
69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) { in GcovInit() argument75 func(wfn, ffn); in GcovInit()
53 bool GcovInit(writeout_fn wfn, flush_fn ffn);
75 void wfn() { LOG(DEBUG) << "debug"; } in wfn() function110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent()