Searched defs:__llvm_profile_end_counters (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/ | ||
H A D | InstrProfilingPlatformDarwin.c | 62 char *__llvm_profile_end_counters(void) { return &CountersEnd; } __llvm_profile_end_counters() function |
H A D | InstrProfilingPlatformWindows.c | 66 char *__llvm_profile_end_counters(void) { return &CountersEnd; } __llvm_profile_end_counters() function |
H A D | InstrProfilingPlatformOther.c | 90 char *__llvm_profile_end_counters(void) { return CountersLast; } __llvm_profile_end_counters() function |
H A D | InstrProfilingPlatformLinux.c | 69 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) { __llvm_profile_end_counters() function |