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() 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() [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 | 168 __llvm_profile_data *DstData);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 650 * and serialize the data into \c DstData if it is not NULL or heap 652 * DstData is not null, the caller is expected to set the TotalSize 653 * in DstData. 657 ValueProfData *DstData) { 660 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 663 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 650 * and serialize the data into \c DstData if it is not NULL or heap 652 * DstData is not null, the caller is expected to set the TotalSize 653 * in DstData. 657 ValueProfData *DstData) { 660 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 663 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|