Lines Matching defs:CounterPtr
1599 // CounterPtr, so we have to use private linkage for counter and data symbols.
1694 auto *CounterPtr = setupProfileSection(Inc, IPSK_cnts);
1695 PD.RegionCounters = CounterPtr;
1721 SP, CounterPtr->getName(), /*LinkageName=*/StringRef(), SP->getFile(),
1723 CounterPtr->hasLocalLinkage(), /*IsDefined=*/true, /*Expr=*/nullptr,
1726 CounterPtr->addDebugInfo(DICounter);
1763 // CounterPtr, so we have to use private linkage for counter and data symbols.
1801 auto *CounterPtr = PD.RegionCounters;
1848 RelativeCounterPtr = ConstantExpr::getPtrToInt(CounterPtr, IntPtrTy);
1856 ConstantExpr::getSub(ConstantExpr::getPtrToInt(CounterPtr, IntPtrTy),