Home
last modified time | relevance | path

Searched refs:DataBegin (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_get_size_for_buffer() local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer()
36 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument
43 (__llvm_profile_get_data_size(DataBegin, DataEnd) * in __llvm_profile_get_size_for_buffer_internal()
61 char *Buffer, const __llvm_profile_data *DataBegin, in __llvm_profile_write_buffer_internal() argument
66 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingWriter.c213 const __llvm_profile_data *DataBegin, in writeValueProfData() argument
223 for (DI = DataBegin; DI < DataEnd; DI++) { in writeValueProfData()
239 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in lprofWriteData() local
245 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData()
251 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, in lprofWriteDataImpl() argument
258 const uint64_t DataSize = __llvm_profile_get_data_size(DataBegin, DataEnd); in lprofWriteDataImpl()
279 {DataBegin, sizeof(__llvm_profile_data), DataSize}, in lprofWriteDataImpl()
286 return writeValueProfData(Writer, VPDataReader, DataBegin, DataEnd); in lprofWriteDataImpl()
H A DInstrProfilingInternal.h24 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd,
38 char *Buffer, const __llvm_profile_data *DataBegin,
147 const __llvm_profile_data *DataBegin,
H A DInstrProfiling.c57 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters() local
60 for (DI = DataBegin; DI < DataEnd; ++DI) { in __llvm_profile_reset_counters()