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

  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 38 const uint64_t CountersSize = CountersEnd - CountersBegin;
59 {CountersBegin, sizeof(uint64_t), CountersSize},
InstrProfData.inc 100 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 100 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 303 auto CountersSize = swap(Header.CountersSize);
313 ptrdiff_t NamesOffset = CountersOffset + sizeof(uint64_t) * CountersSize;

Completed in 868 milliseconds