Searched refs:DstData (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMerge.c | 46 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local 74 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility() 75 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility() 76 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility() 77 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility() 78 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility() 89 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local 108 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer() 110 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() 111 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr; 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 | 163 __llvm_profile_data *DstData);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 590 * and serialize the data into \c DstData if it is not NULL or heap 592 * DstData is not null, the caller is expected to set the TotalSize 593 * in DstData. 597 ValueProfData *DstData) { 600 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 603 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 590 * and serialize the data into \c DstData if it is not NULL or heap 592 * DstData is not null, the caller is expected to set the TotalSize 593 * in DstData. 597 ValueProfData *DstData) { 600 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 603 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|