Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c17 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
37 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument
45 (CountersEnd - CountersBegin) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal()
62 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument
66 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c241 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local
245 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData()
253 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl() argument
259 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl()
280 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
H A DInstrProfilingInternal.h25 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
39 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
149 const uint64_t *CountersBegin,
H A DInstrProfData.inc136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)