Home
last modified time | relevance | path

Searched refs:__llvm_profile_get_counters_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c114 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size() function
203 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfiling.h255 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End);
H A DInstrProfilingPlatformFuchsia.c125 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in __llvm_profile_initialize()
H A DInstrProfilingWriter.c277 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in lprofWriteDataImpl()
H A DInstrProfilingFile.c118 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in mmapForContinuousMode()
628 uint64_t CountersSize = __llvm_profile_get_counters_size( in initializeProfileForContinuousMode()