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

  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 21 const uint64_t *CountersEnd = __llvm_profile_end_counters();
25 CountersBegin, CountersEnd, ValueDataBegin,
32 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const uint64_t CountersSize = CountersEnd - CountersBegin;
InstrProfilingBuffer.c 20 const uint64_t *CountersEnd = __llvm_profile_end_counters();
25 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
33 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
65 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) {
67 CountersBegin, CountersEnd, 0, 0, NamesBegin,

Completed in 42 milliseconds