Home
last modified time | relevance | path

Searched defs:CountersBySP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp771 SmallVector<std::pair<GlobalVariable *, MDNode *>, 8> CountersBySP; in emitProfileNotes() local
988 SmallVectorImpl<std::pair<GlobalVariable *, MDNode *>> &CountersBySP) { in emitGlobalConstructor()
1016 SmallVectorImpl<std::pair<GlobalVariable *, MDNode *>> &CountersBySP) { in emitModuleInitFunctionPtrs()
1091 Function *GCOVProfiler::insertCounterWriteout( in insertCounterWriteout()
1336 ArrayRef<std::pair<GlobalVariable *, MDNode *>> CountersBySP) { in insertReset()