Searched refs:ffn (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);
77 void ffn() { LOG(DEBUG) << "debug"; } in ffn() function110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent()