Searched refs:SrcData (Results 1 – 2 of 2) 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 71 for (SrcData = SrcDataStart, 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 103 for (SrcData = SrcDataStart, in __llvm_profile_merge_from_buffer() 106 SrcData < SrcDataEnd; ++SrcData, ++DstData) { in __llvm_profile_merge_from_buffer() 111 NC = SrcData->NumCounters; in __llvm_profile_merge_from_buffer() [all …]
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | MappedBlockStreamTest.cpp | 70 ArrayRef<uint8_t> SrcData) const override { in setBlockData() 73 if (Offset > getBlockSize() - SrcData.size()) in setBlockData() 75 ::memcpy(&Data[BlockIndex] + Offset, SrcData.data(), SrcData.size()); in setBlockData() 394 MutableArrayRef<uint8_t> SrcData(SrcDataBytes); in TEST() local 401 ByteStream<true> SourceStream(SrcData); in TEST() 426 MutableArrayRef<uint8_t> SrcData(SrcDataBytes); in TEST() local 430 DiscontiguousFile SrcFile(SrcBlocks, SrcData); in TEST()
|