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

  /external/compiler-rt/lib/profile/
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,
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},
InstrProfilingInternal.h 24 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
58 const uint64_t *CountersBegin,
InstrProfData.inc 102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)

Completed in 649 milliseconds