Home
last modified time | relevance | path

Searched refs:__llvm_profile_counter_entry_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c84 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()
H A DInstrProfilingBuffer.c100 COMPILER_RT_VISIBILITY size_t __llvm_profile_counter_entry_size(void) { in __llvm_profile_counter_entry_size() function
109 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()
H A DInstrProfilingPlatformOther.c55 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()
H A DInstrProfiling.h249 size_t __llvm_profile_counter_entry_size(void);