Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c142 char *SrcCountersStart, *DstCounter; in __llvm_profile_merge_from_buffer() local
154 SrcCountersStart = (char *)SrcDataEnd; in __llvm_profile_merge_from_buffer()
155 SrcCountersEnd = SrcCountersStart + in __llvm_profile_merge_from_buffer()
161 if (SrcNameStart < SrcCountersStart || SrcNameStart < SrcBitmapStart) in __llvm_profile_merge_from_buffer()
167 for (SrcCounter = SrcCountersStart, in __llvm_profile_merge_from_buffer()
203 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer()
210 if (SrcCounters < SrcCountersStart || SrcCounters >= SrcNameStart || in __llvm_profile_merge_from_buffer()