Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingMerge.c59 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()
DInstrProfilingWriter.c253 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl() local
273 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
DInstrProfData.inc134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp325 auto CountersSize = swap(Header.CountersSize); in readHeader() local
334 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc134 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)