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

/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c45 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfilingPlatformLinux.c56 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { function
H A DInstrProfilingPlatformOther.c67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } function

Completed in 108 milliseconds