Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c54 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
58 SrcDataEnd = SrcDataStart + Header->NumData; in __llvm_profile_check_compatibility()
90 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
140 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
153 SrcDataEnd = SrcDataStart + Header->NumData; in __llvm_profile_merge_from_buffer()
154 SrcCountersStart = (char *)SrcDataEnd; in __llvm_profile_merge_from_buffer()
184 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()