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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c124 const char *SrcBitmapStart; local
137 SrcBitmapStart = SrcCountersEnd;
138 SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes;
142 if (SrcNameStart < SrcCountersStart || SrcNameStart < SrcBitmapStart)
204 SrcBitmapStart + ((uintptr_t)SrcData->BitmapPtr - BitmapDelta);
211 if (SrcBitmap < SrcBitmapStart || (SrcBitmap + NB) > SrcNameStart)

Completed in 53 milliseconds