Lines Matching refs:__llvm_profile_data
42 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer()
43 const __llvm_profile_data *DataEnd = __llvm_profile_end_data(); in __llvm_profile_get_size_for_buffer()
54 uint64_t __llvm_profile_get_num_data(const __llvm_profile_data *Begin, in __llvm_profile_get_num_data()
55 const __llvm_profile_data *End) { in __llvm_profile_get_num_data()
57 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_num_data()
58 sizeof(__llvm_profile_data); in __llvm_profile_get_num_data()
62 uint64_t __llvm_profile_get_data_size(const __llvm_profile_data *Begin, in __llvm_profile_get_data_size()
63 const __llvm_profile_data *End) { in __llvm_profile_get_data_size()
64 return __llvm_profile_get_num_data(Begin, End) * sizeof(__llvm_profile_data); in __llvm_profile_get_data_size()
125 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal()
160 char *Buffer, const __llvm_profile_data *DataBegin, in __llvm_profile_write_buffer_internal()
161 const __llvm_profile_data *DataEnd, const char *CountersBegin, in __llvm_profile_write_buffer_internal()