Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingMerge.c110 char *SrcCountersStart; in __llvm_profile_merge_from_buffer() local
119 SrcCountersStart = (char *)SrcDataEnd; in __llvm_profile_merge_from_buffer()
120 SrcNameStart = SrcCountersStart + in __llvm_profile_merge_from_buffer()
125 if (SrcNameStart < SrcCountersStart) in __llvm_profile_merge_from_buffer()
148 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer()
155 if (SrcCounters < SrcCountersStart || SrcCounters >= SrcNameStart || in __llvm_profile_merge_from_buffer()