Lines Matching refs:End
68 const __llvm_profile_data *End) { in __llvm_profile_get_num_data() argument
69 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_num_data()
76 const __llvm_profile_data *End) { in __llvm_profile_get_data_size() argument
77 return __llvm_profile_get_num_data(Begin, End) * sizeof(__llvm_profile_data); in __llvm_profile_get_data_size()
88 const VTableProfData *End) { in __llvm_profile_get_num_vtable() argument
90 intptr_t EndI = (intptr_t)End, BeginI = (intptr_t)Begin; in __llvm_profile_get_num_vtable()
96 const VTableProfData *End) { in __llvm_profile_get_vtable_section_size() argument
97 return (intptr_t)(End) - (intptr_t)(Begin); in __llvm_profile_get_vtable_section_size()
107 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters() argument
108 intptr_t BeginI = (intptr_t)Begin, EndI = (intptr_t)End; in __llvm_profile_get_num_counters()
114 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size() argument
115 return __llvm_profile_get_num_counters(Begin, End) * in __llvm_profile_get_counters_size()
121 const char *End) { in __llvm_profile_get_num_bitmap_bytes() argument
122 return (End - Begin); in __llvm_profile_get_num_bitmap_bytes()
126 uint64_t __llvm_profile_get_name_size(const char *Begin, const char *End) { in __llvm_profile_get_name_size() argument
127 return End - Begin; in __llvm_profile_get_name_size()