Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c88 for (SrcData = SrcDataStart, in __llvm_profile_check_compatibility()
90 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
91 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
92 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
162 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer()
165 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
187 CountersDelta -= sizeof(*SrcData); in __llvm_profile_merge_from_buffer()
188 unsigned NC = SrcData->NumCounters; in __llvm_profile_merge_from_buffer()
207 BitmapDelta -= sizeof(*SrcData); in __llvm_profile_merge_from_buffer()
208 unsigned NB = SrcData->NumBitmapBytes; in __llvm_profile_merge_from_buffer()
[all …]