Searched refs:SrcData (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMerge.c | 54 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local 88 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() 93 SrcData->NumCounters != DstData->NumCounters || in __llvm_profile_check_compatibility() 94 SrcData->NumBitmapBytes != DstData->NumBitmapBytes) in __llvm_profile_check_compatibility() 140 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local 181 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer() 184 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() [all …]
|