Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c27 __llvm_profile_begin_counters(), __llvm_profile_end_counters()); in lprofGetLoadModuleSignature()
71 __llvm_profile_end_counters()) || in __llvm_profile_check_compatibility()
H A DInstrProfiling.c57 char *E = __llvm_profile_end_counters(); in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformWindows.c85 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformDarwin.c73 char *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfilingPlatformOther.c105 char *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
H A DInstrProfiling.h114 char *__llvm_profile_end_counters(void);
H A DInstrProfilingPlatformFuchsia.c120 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_initialize()
H A DInstrProfilingPlatformLinux.c90 COMPILER_RT_VISIBILITY char *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function
H A DInstrProfilingFile.c110 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode()
236 const char *CountersEnd = __llvm_profile_end_counters(); in mmapForContinuousMode()
629 __llvm_profile_begin_counters(), __llvm_profile_end_counters()); in initializeProfileForContinuousMode()
H A DInstrProfilingBuffer.c49 const char *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingWriter.c248 const char *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData()