Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/profile/
HDInstrProfilingBuffer.c20 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer()
53 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_write_buffer()
HDInstrProfiling.c45 uint64_t *E = __llvm_profile_end_counters(); in __llvm_profile_reset_counters()
HDInstrProfiling.h58 uint64_t *__llvm_profile_end_counters(void);
HDInstrProfilingPlatformDarwin.c42 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
HDInstrProfilingPlatformOther.c73 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
HDInstrProfilingFile.c24 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in writeFile()