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

  /external/compiler-rt/lib/profile/
InstrProfilingInternal.h 23 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
37 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
InstrProfilingBuffer.c 19 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
25 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
33 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
52 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
58 CountersBegin, CountersEnd,
65 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
73 const uint64_t CountersSize = CountersEnd - CountersBegin;
87 Header[5] = (uintptr_t)CountersBegin;
98 UPDATE_memcpy(CountersBegin, CountersSize * sizeof(uint64_t));
InstrProfilingFile.c 22 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
29 const uint64_t CountersSize = CountersEnd - CountersBegin;
43 Header[5] = (uintptr_t)CountersBegin;
51 CHECK_fwrite(CountersBegin, sizeof(uint64_t), CountersSize, File);

Completed in 9342 milliseconds