Searched refs:DstData (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/profile/ |
| H A D | InstrProfilingMerge.c | 46 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local 73 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility() 74 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility() 75 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility() 76 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility() 77 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility() 88 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local 105 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer() 107 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() 109 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 | InstrProfData.inc | 570 * and serialize the data into \c DstData if it is not NULL or heap 572 * DstData is not null, the caller is expected to set the TotalSize 573 * in DstData. 577 ValueProfData *DstData) { 580 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 583 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|
| H A D | InstrProfilingInternal.h | 157 __llvm_profile_data *DstData);
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 570 * and serialize the data into \c DstData if it is not NULL or heap 572 * DstData is not null, the caller is expected to set the TotalSize 573 * in DstData. 577 ValueProfData *DstData) { 580 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 583 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|