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.c152 uintptr_t SrcBitmapStart = in __llvm_profile_merge_from_buffer() local
155 uintptr_t SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
158 if (SrcNameStart < SrcCountersStart || SrcNameStart < SrcBitmapStart) in __llvm_profile_merge_from_buffer()
222 SrcBitmapStart + ((uintptr_t)SrcData->BitmapPtr - BitmapDelta); in __llvm_profile_merge_from_buffer()
229 if (SrcBitmap < SrcBitmapStart || (SrcBitmap + NB) > SrcNameStart) in __llvm_profile_merge_from_buffer()