Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c144 const char *SrcBitmapStart; in __llvm_profile_merge_from_buffer() local
157 SrcBitmapStart = SrcCountersEnd; in __llvm_profile_merge_from_buffer()
158 SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
161 if (SrcNameStart < SrcCountersStart || SrcNameStart < SrcBitmapStart) in __llvm_profile_merge_from_buffer()
223 SrcBitmapStart + ((uintptr_t)SrcData->BitmapPtr - BitmapDelta); in __llvm_profile_merge_from_buffer()
230 if (SrcBitmap < SrcBitmapStart || (SrcBitmap + NB) > SrcNameStart) in __llvm_profile_merge_from_buffer()