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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c57 char *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfilingPlatformWindows.c60 char *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfilingPlatformOther.c90 char *__llvm_profile_end_counters(void) { return CountersLast; } function
H A DInstrProfilingPlatformLinux.c74 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) { function

Completed in 63 milliseconds