HomeSort by relevance Sort by last modified time
    Searched refs:CountersSize (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 38 const uint64_t CountersSize = CountersEnd - CountersBegin;
50 Header[3] = CountersSize;
63 UPDATE_memcpy(CountersBegin, CountersSize * sizeof(uint64_t));
InstrProfilingFile.c 28 const uint64_t CountersSize = CountersEnd - CountersBegin;
40 Header[3] = CountersSize;
50 CHECK_fwrite(CountersBegin, sizeof(uint64_t), CountersSize, File);
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 216 auto CountersSize = swap(Header.CountersSize);
221 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize;
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 156 const uint64_t CountersSize;

Completed in 43 milliseconds