Lines Matching refs:DstData
47 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
77 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
78 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
79 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
80 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
81 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
108 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
129 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
131 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
137 (char *)((uintptr_t)DstData + signextIfWin64(DstData->CounterPtr)); in __llvm_profile_merge_from_buffer()
179 VPMergeHook((ValueProfData *)SrcValueProfData, DstData); in __llvm_profile_merge_from_buffer()