Searched defs:__llvm_profile_begin_counters (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } function
H A DInstrProfilingPlatformLinux.c53 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { function
H A DInstrProfilingPlatformOther.c65 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } function

Completed in 85 milliseconds