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

/freebsd-13-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);
89 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
94 uint64_t CountersSize = CountersEnd - CountersBegin;
124 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
128 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin,
87 __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
122 __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.c555 const uint64_t *CountersBegin = __llvm_profile_begin_counters();
561 uint64_t CountersSize = CountersEnd - CountersBegin;
565 if ((intptr_t)CountersBegin % PageSize != 0) {
567 CountersBegin, PageSize);
657 (void *)CountersBegin, PageAlignedCountersLength, PROT_READ | PROT_WRITE,
659 if (CounterMmap != CountersBegin) {
662 " - CountersBegin: %p\n"
666 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno,

Completed in 109 milliseconds