Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c122 char *SrcCountersStart, *DstCounter; in __llvm_profile_merge_from_buffer() local
134 SrcCountersStart = (char *)SrcDataEnd; in __llvm_profile_merge_from_buffer()
135 SrcCountersEnd = SrcCountersStart + in __llvm_profile_merge_from_buffer()
142 if (SrcNameStart < SrcCountersStart || SrcNameStart < SrcBitmapStart) in __llvm_profile_merge_from_buffer()
148 for (SrcCounter = SrcCountersStart, in __llvm_profile_merge_from_buffer()
184 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer()
191 if (SrcCounters < SrcCountersStart || SrcCounters >= SrcNameStart || in __llvm_profile_merge_from_buffer()