Searched refs:SrcData (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/ |
| D | InstrProfilingMerge.c | 46 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local 73 for (SrcData = SrcDataStart, in __llvm_profile_check_compatibility() 75 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility() 76 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility() 77 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility() 78 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility() 89 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local 107 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer() 110 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() 114 unsigned NC = SrcData->NumCounters; in __llvm_profile_merge_from_buffer() [all …]
|