Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingMerge.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()
HDInstrProfiling.c56 char *I = __llvm_profile_begin_counters(); in __llvm_profile_reset_counters()
HDInstrProfilingPlatformWindows.c84 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters() function
HDInstrProfilingPlatformDarwin.c71 char *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters() function
HDInstrProfilingPlatformOther.c103 char *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters() function
HDInstrProfiling.h113 char *__llvm_profile_begin_counters(void);
HDInstrProfilingPlatformFuchsia.c119 const char *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_initialize()
HDInstrProfilingPlatformLinux.c87 COMPILER_RT_VISIBILITY char *__llvm_profile_begin_counters(void) { in __llvm_profile_begin_counters() function
HDInstrProfilingFile.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()
HDInstrProfilingBuffer.c48 const char *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer()
HDInstrProfilingWriter.c247 const char *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData()