Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c107 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End) { in __llvm_profile_get_num_counters() function
115 return __llvm_profile_get_num_counters(Begin, End) * in __llvm_profile_get_counters_size()
H A DInstrProfilingMerge.c26 uint64_t NumCounters = __llvm_profile_get_num_counters( in lprofGetLoadModuleSignature()
70 __llvm_profile_get_num_counters(__llvm_profile_begin_counters(), in __llvm_profile_check_compatibility()
H A DInstrProfiling.h252 uint64_t __llvm_profile_get_num_counters(const char *Begin, const char *End);
H A DInstrProfilingWriter.c279 __llvm_profile_get_num_counters(CountersBegin, CountersEnd); in lprofWriteDataImpl()