Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1017 FunctionCallee GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy); in emitGlobalConstructor() local
1018 Builder.CreateCall(GCOVInit, {WriteoutF, ResetF}); in emitGlobalConstructor()