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.c73 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformWindows.c85 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformOther.c105 char *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformLinux.c90 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function