Searched refs:SrcData (Results 1 – 1 of 1) 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 76 for (SrcData = SrcDataStart, 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 128 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer() 131 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() 148 SrcCountersStart + ((uintptr_t)SrcData->CounterPtr - CountersDelta); in __llvm_profile_merge_from_buffer() [all …]
|