Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c62 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformWindows.c66 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformOther.c90 char *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformLinux.c69 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function