Home
last modified time | relevance | path

Searched refs:__llvm_profile_begin_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()
70 __llvm_profile_get_num_counters(__llvm_profile_begin_counters(), in __llvm_profile_check_compatibility()
168 DstCounter = __llvm_profile_begin_counters(); in __llvm_profile_merge_from_buffer()
H A DInstrProfiling.c56 char *I = __llvm_profile_begin_counters(); in __llvm_profile_reset_counters()
H A DInstrProfilingPlatformWindows.c84 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters() function
H A DInstrProfilingPlatformDarwin.c71 char *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters() function
H A DInstrProfilingPlatformOther.c103 char *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters() function
H A DInstrProfiling.h113 char *__llvm_profile_begin_counters(void);
H A DInstrProfilingPlatformFuchsia.c119 const char *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_initialize()
H A DInstrProfilingPlatformLinux.c87 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_counters(void) { in __llvm_profile_begin_counters() function
H A DInstrProfilingFile.c109 const char *CountersBegin = __llvm_profile_begin_counters(); in mmapForContinuousMode()
235 const char *CountersBegin = __llvm_profile_begin_counters(); in mmapForContinuousMode()
629 __llvm_profile_begin_counters(), __llvm_profile_end_counters()); in initializeProfileForContinuousMode()
H A DInstrProfilingBuffer.c48 const char *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingWriter.c247 const char *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData()