Searched defs:GCOVInit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp695 Constant *GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy); local
696 Builder.CreateCall(GCOVInit, {WriteoutF, FlushF});

Completed in 39 milliseconds