Lines Matching defs:CounterPtr
1596 // CounterPtr, so we have to use private linkage for counter and data symbols.
1691 auto *CounterPtr = setupProfileSection(Inc, IPSK_cnts);
1692 PD.RegionCounters = CounterPtr;
1718 SP, CounterPtr->getName(), /*LinkageName=*/StringRef(), SP->getFile(),
1720 CounterPtr->hasLocalLinkage(), /*IsDefined=*/true, /*Expr=*/nullptr,
1723 CounterPtr->addDebugInfo(DICounter);
1760 // CounterPtr, so we have to use private linkage for counter and data symbols.
1799 auto *CounterPtr = PD.RegionCounters;
1850 RelativeCounterPtr = ConstantExpr::getPtrToInt(CounterPtr, IntPtrTy);
1858 ConstantExpr::getSub(ConstantExpr::getPtrToInt(CounterPtr, IntPtrTy),