Searched refs:DstData (Results 1 – 5 of 5) sorted by relevance
54 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local89 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()165 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()171 (char *)((uintptr_t)DstData + signextIfWin64(DstData->CounterPtr)); in __llvm_profile_merge_from_buffer()173 (char *)((uintptr_t)DstData + signextIfWin64(DstData->BitmapPtr)); in __llvm_profile_merge_from_buffer()[all …]
25 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument35 __llvm_profile_instrument_target_value(VData[SrcIndex].Value, DstData, in lprofMergeValueProfData()
164 __llvm_profile_data *DstData);
607 * and serialize the data into \c DstData if it is not NULL or heap609 * DstData is not null, the caller is expected to set the TotalSize610 * in DstData.614 ValueProfData *DstData) {617 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);620 DstData ? DstData : Closure->AllocValueProfData(TotalSize);