Home
last modified time | relevance | path

Searched refs:DstData (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c45 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_check_compatibility() local
72 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(); in __llvm_profile_check_compatibility()
73 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_check_compatibility()
74 if (SrcData->NameRef != DstData->NameRef || in __llvm_profile_check_compatibility()
75 SrcData->FuncHash != DstData->FuncHash || in __llvm_profile_check_compatibility()
76 SrcData->NumCounters != DstData->NumCounters) in __llvm_profile_check_compatibility()
87 __llvm_profile_data *SrcDataStart, *SrcDataEnd, *SrcData, *DstData; in __llvm_profile_merge_from_buffer() local
104 DstData = (__llvm_profile_data *)__llvm_profile_begin_data(), in __llvm_profile_merge_from_buffer()
106 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer()
108 uint64_t *DstCounters = (uint64_t *)DstData->CounterPtr; in __llvm_profile_merge_from_buffer()
[all …]
DInstrProfilingMergeFile.c26 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument
36 __llvm_profile_instrument_target(VData[V].Value, DstData, S); in lprofMergeValueProfData()
DInstrProfData.inc533 * and serialize the data into \c DstData if it is not NULL or heap
535 * DstData is not null, the caller is expected to set the TotalSize
536 * in DstData.
540 ValueProfData *DstData) {
543 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
546 DstData ? DstData : Closure->AllocValueProfData(TotalSize);
DInstrProfilingInternal.h149 __llvm_profile_data *DstData);
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc533 * and serialize the data into \c DstData if it is not NULL or heap
535 * DstData is not null, the caller is expected to set the TotalSize
536 * in DstData.
540 ValueProfData *DstData) {
543 DstData ? DstData->TotalSize : getValueProfDataSize(Closure);
546 DstData ? DstData : Closure->AllocValueProfData(TotalSize);