Home
last modified time | relevance | path

Searched refs:GCOVInit (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1059 FunctionCallee GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy); in emitGlobalConstructor() local
1060 Builder.CreateCall(GCOVInit, {WriteoutF, ResetF}); in emitGlobalConstructor()