Searched refs:__llvm_profile_counters_end (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfiling.c45 uint64_t *E = __llvm_profile_counters_end();
H A DInstrProfiling.h58 uint64_t *__llvm_profile_counters_end(void);
H A DInstrProfilingPlatformDarwin.c42 uint64_t *__llvm_profile_counters_end(void) { return &CountersEnd; } function
H A DInstrProfilingBuffer.c32 const uint64_t *CountersEnd = __llvm_profile_counters_end();
H A DInstrProfilingPlatformOther.c73 uint64_t *__llvm_profile_counters_end(void) { return CountersLast; } function
H A DInstrProfilingFile.c22 const uint64_t *CountersEnd = __llvm_profile_counters_end();

Completed in 369 milliseconds