Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp142 Function *insertReset(ArrayRef<std::pair<GlobalVariable *, MDNode *>>);
990 Function *ResetF = insertReset(CountersBySP); in emitGlobalConstructor()
1313 Function *GCOVProfiler::insertReset( in insertReset() function in GCOVProfiler