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

/external/compiler-rt/lib/profile/
H A DInstrProfiling.c44 uint64_t *I = __llvm_profile_counters_begin();
H A DInstrProfiling.h57 uint64_t *__llvm_profile_counters_begin(void);
H A DInstrProfilingPlatformDarwin.c40 uint64_t *__llvm_profile_counters_begin(void) { return &CountersStart; } function
H A DInstrProfilingBuffer.c31 const uint64_t *CountersBegin = __llvm_profile_counters_begin();
H A DInstrProfilingPlatformOther.c71 uint64_t *__llvm_profile_counters_begin(void) { return CountersFirst; } function
H A DInstrProfilingFile.c21 const uint64_t *CountersBegin = __llvm_profile_counters_begin();

Completed in 340 milliseconds