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

  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 20 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
25 CountersBegin, CountersEnd, ValueDataBegin,
32 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const uint64_t CountersSize = CountersEnd - CountersBegin;
59 {CountersBegin, sizeof(uint64_t), CountersSize},
InstrProfilingBuffer.c 19 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
25 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
33 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
64 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
67 CountersBegin, CountersEnd, 0, 0, NamesBegin,

Completed in 878 milliseconds