Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c125 const char *SrcNameStart; in __llvm_profile_merge_from_buffer() local
138 SrcNameStart = SrcBitmapStart + Header->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
140 SrcNameStart + Header->NamesSize + in __llvm_profile_merge_from_buffer()
142 if (SrcNameStart < SrcCountersStart || SrcNameStart < SrcBitmapStart) in __llvm_profile_merge_from_buffer()
191 if (SrcCounters < SrcCountersStart || SrcCounters >= SrcNameStart || in __llvm_profile_merge_from_buffer()
192 (SrcCounters + __llvm_profile_counter_entry_size() * NC) > SrcNameStart) in __llvm_profile_merge_from_buffer()
211 if (SrcBitmap < SrcBitmapStart || (SrcBitmap + NB) > SrcNameStart) in __llvm_profile_merge_from_buffer()