Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingBuffer.c81 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End) { in __llvm_profile_get_counters_size() function
132 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in __llvm_profile_get_size_for_buffer_internal()
DInstrProfiling.h277 uint64_t __llvm_profile_get_counters_size(const char *Begin, const char *End);
DInstrProfilingPlatformFuchsia.c125 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in __llvm_profile_initialize()
DInstrProfilingWriter.c271 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in lprofWriteDataImpl()
DInstrProfilingFile.c116 __llvm_profile_get_counters_size(CountersBegin, CountersEnd); in mmapForContinuousMode()
580 uint64_t CountersSize = __llvm_profile_get_counters_size( in initializeProfileForContinuousMode()