Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp126 SmallVectorImpl<std::pair<GlobalVariable *, MDNode *>> &CountersBySP);
128 SmallVectorImpl<std::pair<GlobalVariable *, MDNode *>> &CountersBySP);
771 SmallVector<std::pair<GlobalVariable *, MDNode *>, 8> CountersBySP; in emitProfileNotes() local
898 CountersBySP.emplace_back(Counters, SP); in emitProfileNotes()
964 emitModuleInitFunctionPtrs(CountersBySP); in emitProfileNotes()
966 emitGlobalConstructor(CountersBySP); in emitProfileNotes()
988 SmallVectorImpl<std::pair<GlobalVariable *, MDNode *>> &CountersBySP) { in emitGlobalConstructor() argument
989 Function *WriteoutF = insertCounterWriteout(CountersBySP); in emitGlobalConstructor()
990 Function *ResetF = insertReset(CountersBySP); in emitGlobalConstructor()
1016 SmallVectorImpl<std::pair<GlobalVariable *, MDNode *>> &CountersBySP) { in emitModuleInitFunctionPtrs() argument
[all …]