Searched refs:CounterPtr (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformOther.c48 CountersFirst = Data->CounterPtr;
49 CountersLast = (uint64_t *)Data->CounterPtr + Data->NumCounters;
54 CountersFirst = (uint64_t *)getMinAddr(CountersFirst, Data->CounterPtr);
58 CountersLast, (uint64_t *)Data->CounterPtr + Data->NumCounters);
H A DInstrProfilingMerge.c108 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr;
113 ((size_t)SrcData->CounterPtr - Header->CountersDelta) /
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp844 auto *CounterPtr = local
848 CounterPtr->setVisibility(Visibility);
849 CounterPtr->setSection(
851 CounterPtr->setAlignment(Align(8));
852 MaybeSetComdat(CounterPtr);
853 CounterPtr->setLinkage(Linkage);
910 PD.RegionCounters = CounterPtr;
923 return CounterPtr;
H A DSanitizerCoverage.cpp929 auto CounterPtr = IRB.CreateGEP( local
932 auto Load = IRB.CreateLoad(Int8Ty, CounterPtr);
934 auto Store = IRB.CreateStore(Inc, CounterPtr);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h271 /// Get the offset of \p CounterPtr from the start of the counters section of
274 ptrdiff_t getCounterOffset(IntPtrT CounterPtr) const {
275 return (swap(CounterPtr) - CountersDelta) / sizeof(uint64_t);
H A DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
79 ConstantExpr::getBitCast(CounterPtr, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp417 IntPtrT CounterPtr = Data->CounterPtr;
428 ptrdiff_t CounterOffset = getCounterOffset(CounterPtr);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc78 INSTR_PROF_DATA(const IntPtrT, llvm::Type::getInt64PtrTy(Ctx), CounterPtr, \
79 ConstantExpr::getBitCast(CounterPtr, \

Completed in 176 milliseconds