Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c38 const uint64_t CountersSize = CountersEnd - CountersBegin; in llvmWriteProfDataImpl() local
59 {CountersBegin, sizeof(uint64_t), CountersSize}, in llvmWriteProfDataImpl()
DInstrProfData.inc100 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp303 auto CountersSize = swap(Header.CountersSize); in readHeader() local
313 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize; in readHeader()
/external/llvm/include/llvm/ProfileData/
DInstrProfData.inc100 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)