Searched refs:DstData (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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 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() 178 __llvm_profile_data *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local 181 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer() 183 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() [all …]
|
| H A D | InstrProfilingMergeFile.c | 25 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument 35 __llvm_profile_instrument_target_value(VData[SrcIndex].Value, DstData, in lprofMergeValueProfData()
|
| H A D | InstrProfilingInternal.h | 169 __llvm_profile_data *DstData);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 662 * and serialize the data into \c DstData if it is not NULL or heap 664 * DstData is not null, the caller is expected to set the TotalSize 665 * in DstData. 669 ValueProfData *DstData) { 672 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 675 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 662 * and serialize the data into \c DstData if it is not NULL or heap 664 * DstData is not null, the caller is expected to set the TotalSize 665 * in DstData. 669 ValueProfData *DstData) { 672 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 675 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|