Searched defs:CountersSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c94 uint64_t CountersSize = CountersEnd - CountersBegin; local
61 __llvm_profile_get_padding_sizes_for_counters( uint64_t DataSize, uint64_t CountersSize, uint64_t NamesSize, uint64_t *PaddingBytesBeforeCounters, uint64_t *PaddingBytesAfterCounters, uint64_t *PaddingBytesAfterNames) argument
H A DInstrProfilingWriter.c262 const uint64_t CountersSize = CountersEnd - CountersBegin; local

Completed in 53 milliseconds