Searched refs:__llvm_profile_begin_counters (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c56 char *I = __llvm_profile_begin_counters();
H A DInstrProfilingPlatformWindows.c65 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } function
H A DInstrProfilingPlatformDarwin.c60 char *__llvm_profile_begin_counters(void) { return &CountersStart; } function
H A DInstrProfilingPlatformOther.c88 char *__llvm_profile_begin_counters(void) { return CountersFirst; } function
H A DInstrProfilingMerge.c27 __llvm_profile_begin_counters(), __llvm_profile_end_counters());
70 __llvm_profile_get_num_counters(__llvm_profile_begin_counters(),
149 DstCounter = __llvm_profile_begin_counters();
H A DInstrProfiling.h106 char *__llvm_profile_begin_counters(void);
H A DInstrProfilingPlatformFuchsia.c119 const char *CountersBegin = __llvm_profile_begin_counters();
H A DInstrProfilingBuffer.c48 const char *CountersBegin = __llvm_profile_begin_counters();
H A DInstrProfilingPlatformLinux.c66 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_counters(void) { function
H A DInstrProfilingWriter.c247 const char *CountersBegin = __llvm_profile_begin_counters();
H A DInstrProfilingFile.c109 const char *CountersBegin = __llvm_profile_begin_counters();
233 const char *CountersBegin = __llvm_profile_begin_counters();
625 __llvm_profile_begin_counters(), __llvm_profile_end_counters());

Completed in 178 milliseconds