Searched refs:__llvm_profile_counter_entry_size (Results 1 – 4 of 4) sorted by relevance
84 Header->NumCounters * __llvm_profile_counter_entry_size() + in __llvm_profile_check_compatibility()156 Header->NumCounters * __llvm_profile_counter_entry_size(); in __llvm_profile_merge_from_buffer()175 SrcCounter += __llvm_profile_counter_entry_size(); in __llvm_profile_merge_from_buffer()176 DstCounter += __llvm_profile_counter_entry_size(); in __llvm_profile_merge_from_buffer()211 (SrcCounters + __llvm_profile_counter_entry_size() * NC) > SrcNameStart) in __llvm_profile_merge_from_buffer()
100 COMPILER_RT_VISIBILITY size_t __llvm_profile_counter_entry_size(void) { in __llvm_profile_counter_entry_size() function109 return ((EndI + __llvm_profile_counter_entry_size() - 1) - BeginI) / in __llvm_profile_get_num_counters()110 __llvm_profile_counter_entry_size(); in __llvm_profile_get_num_counters()116 __llvm_profile_counter_entry_size(); in __llvm_profile_get_counters_size()
55 CountersFirst + Data->NumCounters * __llvm_profile_counter_entry_size(); in __llvm_profile_register_function()67 Data->NumCounters * __llvm_profile_counter_entry_size()); in __llvm_profile_register_function()
249 size_t __llvm_profile_counter_entry_size(void);