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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c57 char *E = __llvm_profile_end_counters();
H A DInstrProfilingPlatformWindows.c66 char *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfilingPlatformDarwin.c62 char *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfilingPlatformOther.c90 char *__llvm_profile_end_counters(void) { return CountersLast; } function
H A DInstrProfiling.h107 char *__llvm_profile_end_counters(void);
H A DInstrProfilingMerge.c27 __llvm_profile_begin_counters(), __llvm_profile_end_counters());
71 __llvm_profile_end_counters()) ||
H A DInstrProfilingPlatformFuchsia.c120 const char *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingBuffer.c49 const char *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingPlatformLinux.c69 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) { function
H A DInstrProfilingWriter.c248 const char *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingFile.c110 const char *CountersEnd = __llvm_profile_end_counters();
234 const char *CountersEnd = __llvm_profile_end_counters();
625 __llvm_profile_begin_counters(), __llvm_profile_end_counters());

Completed in 110 milliseconds