Searched defs:DataBegin (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c50 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
H A DInstrProfilingBuffer.c31 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
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 DInstrProfilingPlatformFuchsia.c127 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
H A DInstrProfilingWriter.c242 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
254 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin, argument
214 writeValueProfData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader, const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd) argument
H A DInstrProfilingFile.c374 const uint32_t *DataBegin = __llvm_profile_begin_orderfile(); local
486 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local

Completed in 93 milliseconds