Searched refs:DstData (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingMerge.c | 45 __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 …]
|
D | InstrProfilingMergeFile.c | 26 __llvm_profile_data *DstData) { in lprofMergeValueProfData() argument 36 __llvm_profile_instrument_target(VData[V].Value, DstData, S); in lprofMergeValueProfData()
|
D | InstrProfData.inc | 533 * 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);
|
D | InstrProfilingInternal.h | 149 __llvm_profile_data *DstData);
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 533 * 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);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
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);
|