Lines Matching refs:__llvm_profile_data
46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer()
47 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer()
67 uint64_t __llvm_profile_get_num_data(const __llvm_profile_data *Begin, in __llvm_profile_get_num_data()
68 const __llvm_profile_data *End) { in __llvm_profile_get_num_data()
70 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_num_data()
71 sizeof(__llvm_profile_data); in __llvm_profile_get_num_data()
75 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin, in __llvm_profile_get_data_size()
76 const __llvm_profile_data *End) { in __llvm_profile_get_data_size()
77 return __llvm_profile_get_num_data(Begin, End) * sizeof(__llvm_profile_data); in __llvm_profile_get_data_size()
194 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal()
244 char *Buffer, const __llvm_profile_data *DataBegin, in __llvm_profile_write_buffer_internal()
245 const __llvm_profile_data *DataEnd, const char *CountersBegin, in __llvm_profile_write_buffer_internal()