Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp148 Function *insertReset(ArrayRef<std::pair<GlobalVariable *, MDNode *>>);
1041 Function *ResetF = insertReset(CountersBySP); in emitGlobalConstructor()
1364 Function *GCOVProfiler::insertReset( in insertReset() function in GCOVProfiler