Lines Matching refs:DstData
54 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
89 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); 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
182 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
184 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
190 (char *)((uintptr_t)DstData + signextIfWin64(DstData->CounterPtr)); in __llvm_profile_merge_from_buffer()
192 (char *)((uintptr_t)DstData + signextIfWin64(DstData->BitmapPtr)); in __llvm_profile_merge_from_buffer()
249 VPMergeHook((ValueProfData *)SrcValueProfData, DstData); in __llvm_profile_merge_from_buffer()