Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformDarwin.c43 uint64_t *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters() function
H A DInstrProfiling.h56 uint64_t *__llvm_profile_begin_counters(void);
H A DInstrProfilingPlatformLinux.c53 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) { in __llvm_profile_begin_counters() function
H A DInstrProfiling.c41 uint64_t *I = __llvm_profile_begin_counters(); in __llvm_profile_reset_counters()
H A DInstrProfilingBuffer.c17 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer()
H A DInstrProfilingPlatformOther.c65 uint64_t *__llvm_profile_begin_counters(void) { return CountersFirst; } in __llvm_profile_begin_counters() function
H A DInstrProfilingWriter.c101 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in llvmWriteProfData()