Searched refs:__llvm_profile_end_counters (Results 1 - 11 of 11) 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 DInstrProfiling.c46 char *E = __llvm_profile_end_counters();
H A DInstrProfilingMerge.c27 __llvm_profile_begin_counters(), __llvm_profile_end_counters());
64 __llvm_profile_end_counters()) ||
H A DInstrProfilingPlatformOther.c90 char *__llvm_profile_end_counters(void) { return CountersLast; } function
H A DInstrProfiling.h90 char *__llvm_profile_end_counters(void);
H A DInstrProfilingPlatformFuchsia.c120 const char *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingBuffer.c45 const char *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingPlatformLinux.c74 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();
199 const char *CountersEnd = __llvm_profile_end_counters();
581 __llvm_profile_begin_counters(), __llvm_profile_end_counters());

Completed in 138 milliseconds