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

/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingPlatformDarwin.c55 char *__llvm_profile_begin_counters(void) { return &CountersStart; } function
H A DInstrProfilingPlatformWindows.c59 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } function
H A DInstrProfilingPlatformOther.c88 char *__llvm_profile_begin_counters(void) { return CountersFirst; } function
H A DInstrProfilingPlatformLinux.c71 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_counters(void) { function

Completed in 73 milliseconds