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

  /external/compiler-rt/lib/profile/
InstrProfilingBuffer.c 31 const uint64_t *CountersBegin = __llvm_profile_counters_begin();
38 const uint64_t CountersSize = CountersEnd - CountersBegin;
52 Header[5] = (uintptr_t)CountersBegin;
63 UPDATE_memcpy(CountersBegin, CountersSize * sizeof(uint64_t));
InstrProfilingFile.c 21 const uint64_t *CountersBegin = __llvm_profile_counters_begin();
28 const uint64_t CountersSize = CountersEnd - CountersBegin;
42 Header[5] = (uintptr_t)CountersBegin;
50 CHECK_fwrite(CountersBegin, sizeof(uint64_t), CountersSize, File);

Completed in 28 milliseconds