Home
last modified time | relevance | path

Searched defs:__llvm_profile_begin_counters (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c60 char *__llvm_profile_begin_counters(void) { return &CountersStart; } __llvm_profile_begin_counters() function
H A DInstrProfilingPlatformWindows.c65 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } __llvm_profile_begin_counters() function
H A DInstrProfilingPlatformOther.c88 char *__llvm_profile_begin_counters(void) { return CountersFirst; } __llvm_profile_begin_counters() function
H A DInstrProfilingPlatformLinux.c66 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_counters(void) { __llvm_profile_begin_counters() function