Home
last modified time | relevance | path

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

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