Searched refs:CountersEnd (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c25 extern uint64_t CountersEnd __asm("section$end$__DATA$__llvm_prf_cnts");
42 uint64_t *__llvm_profile_counters_end(void) { return &CountersEnd; }
H A DInstrProfilingBuffer.c32 const uint64_t *CountersEnd = __llvm_profile_counters_end(); local
38 const uint64_t CountersSize = CountersEnd - CountersBegin;
H A DInstrProfilingFile.c22 const uint64_t *CountersEnd = __llvm_profile_counters_end(); local
28 const uint64_t CountersSize = CountersEnd - CountersBegin;

Completed in 164 milliseconds