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

/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfiling.c46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
H A DInstrProfilingBuffer.c15 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
29 __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
45 __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 DInstrProfilingValue.c140 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
H A DInstrProfilingWriter.c99 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); local
139 llvmWriteProfDataImpl( WriterCallback Writer, void *WriterCtx, const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, const uint64_t *CountersEnd, ValueProfData **ValueDataBegin, const uint64_t ValueDataSize, const char *NamesBegin, const char *NamesEnd) argument

Completed in 281 milliseconds