Searched refs:DstData (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/profile/ |
| D | InstrProfilingMerge.c | 47 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local 77 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility() 78 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility() 79 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility() 80 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility() 81 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility() 108 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local 129 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer() 131 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() 137 (char *)((uintptr_t)DstData + signextIfWin64(DstData->CounterPtr)); in __llvm_profile_merge_from_buffer() [all …]
|
| D | InstrProfilingMergeFile.c | 25 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument 35 __llvm_profile_instrument_target_value(VData[SrcIndex].Value, DstData, in lprofMergeValueProfData()
|
| D | InstrProfilingInternal.h | 162 __llvm_profile_data *DstData);
|
| /openbsd/src/gnu/llvm/compiler-rt/include/profile/ |
| D | InstrProfData.inc | 591 * and serialize the data into \c DstData if it is not NULL or heap 593 * DstData is not null, the caller is expected to set the TotalSize 594 * in DstData. 598 ValueProfData *DstData) { 601 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 604 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| D | InstrProfData.inc | 591 * and serialize the data into \c DstData if it is not NULL or heap 593 * DstData is not null, the caller is expected to set the TotalSize 594 * in DstData. 598 ValueProfData *DstData) { 601 DstData ? DstData->TotalSize : getValueProfDataSize(Closure); 604 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
|