Searched refs:__llvm_profile_end_counters (Results 1 – 6 of 6) sorted by relevance
20 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()
45 uint64_t *E = __llvm_profile_end_counters(); in __llvm_profile_reset_counters()
58 uint64_t *__llvm_profile_end_counters(void);
42 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters() function
73 uint64_t *__llvm_profile_end_counters(void) { return CountersLast; } in __llvm_profile_end_counters() function
24 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in writeFile()