Searched refs:GFun (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DGCOV.cpp48 GCOVFunction *GFun = NULL; local
52 GFun = Functions[i];
54 GFun = new GCOVFunction();
55 Functions.push_back(GFun);
57 if (!GFun || !GFun->read(Buffer, Format))

Completed in 204 milliseconds