Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp143 Function *insertReset(ArrayRef<std::pair<GlobalVariable *, MDNode *>>);
999 Function *ResetF = insertReset(CountersBySP); in emitGlobalConstructor()
1313 Function *GCOVProfiler::insertReset( in insertReset() function in GCOVProfiler