Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformDarwin.c45 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
H A DInstrProfiling.h57 uint64_t *__llvm_profile_end_counters(void);
H A DInstrProfilingPlatformLinux.c56 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) { in __llvm_profile_end_counters() function
H A DInstrProfiling.c42 uint64_t *E = __llvm_profile_end_counters(); in __llvm_profile_reset_counters()
H A DInstrProfilingBuffer.c18 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingPlatformOther.c67 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
H A DInstrProfilingWriter.c102 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in llvmWriteProfData()