Searched refs:CountersBegin (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c33 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); local
39 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
88 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
93 uint64_t CountersSize = CountersEnd - CountersBegin;
123 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
127 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin,
86 __llvm_profile_get_size_for_buffer_internal( const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) argument
121 __llvm_profile_write_buffer_internal( char *Buffer, const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) argument
H A DInstrProfilingInternal.h24 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
155 const uint64_t *CountersBegin,
H A DInstrProfilingWriter.c244 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); local
248 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin,
256 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
262 const uint64_t CountersSize = CountersEnd - CountersBegin;
288 {CountersBegin, sizeof(uint64_t), CountersSize, 0},
254 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, VPDataReaderType *VPDataReader, const char *NamesBegin, const char *NamesEnd, int SkipNameDataWrite) argument
H A DInstrProfilingFile.c462 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
468 uint64_t CountersSize = CountersEnd - CountersBegin;
472 if ((intptr_t)CountersBegin % PageSize != 0) {
474 CountersBegin, PageSize);
564 (void *)CountersBegin, PageAlignedCountersLength, PROT_READ | PROT_WRITE,
566 if (CounterMmap != CountersBegin) {
569 " - CountersBegin: %p\n"
573 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno,

Completed in 204 milliseconds