Searched refs:CountersSize (Results 1 – 5 of 5) sorted by relevance
59 Header->CountersSize != (uint64_t)(__llvm_profile_end_counters() - in __llvm_profile_check_compatibility()68 Header->NamesSize + Header->CountersSize) in __llvm_profile_check_compatibility()97 SrcNameStart = (const char *)(SrcCountersStart + Header->CountersSize); in __llvm_profile_merge_from_buffer()
253 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl() local273 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
325 auto CountersSize = swap(Header.CountersSize); in readHeader() local334 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()