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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c25 uint64_t CounterSize = (uint64_t)(__llvm_profile_end_counters() -
59 Header->CountersSize != (uint64_t)(__llvm_profile_end_counters() -
H A DInstrProfiling.c46 uint64_t *E = __llvm_profile_end_counters();
H A DInstrProfilingPlatformDarwin.c54 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfilingPlatformLinux.c66 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { function
H A DInstrProfilingPlatformWindows.c59 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } function
H A DInstrProfiling.h81 uint64_t *__llvm_profile_end_counters(void);
263 * (__llvm_profile_end_counters() - __llvm_profile_begin_counters()) resp.
H A DInstrProfilingPlatformOther.c85 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } function
H A DInstrProfilingBuffer.c34 const uint64_t *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingWriter.c245 const uint64_t *CountersEnd = __llvm_profile_end_counters();
H A DInstrProfilingFile.c556 const uint64_t *CountersEnd = __llvm_profile_end_counters();

Completed in 64 milliseconds