Searched refs:DataBegin (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingBuffer.c | 15 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() 30 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in __llvm_profile_get_size_for_buffer_internal() argument 46 char *Buffer, const __llvm_profile_data *DataBegin, in __llvm_profile_write_buffer_internal() argument 49 return llvmWriteProfDataImpl(llvmBufferWriter, Buffer, DataBegin, DataEnd, in __llvm_profile_write_buffer_internal()
|
H A D | InstrProfilingWriter.c | 99 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in llvmWriteProfData() local 105 return llvmWriteProfDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in llvmWriteProfData() 141 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, in llvmWriteProfDataImpl() argument 147 const uint64_t DataSize = DataEnd - DataBegin; in llvmWriteProfDataImpl() 167 {DataBegin, sizeof(__llvm_profile_data), DataSize}, in llvmWriteProfDataImpl()
|
H A D | InstrProfilingValue.c | 140 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_gather_value_data() local 146 (ValueProfData **)calloc(DataEnd - DataBegin, sizeof(void *)); in __llvm_profile_gather_value_data() 154 for (I = (__llvm_profile_data *)DataBegin; I != DataEnd; ++I) { in __llvm_profile_gather_value_data() 167 ValueDataArray[I - DataBegin] = VD; in __llvm_profile_gather_value_data()
|
H A D | InstrProfilingInternal.h | 23 const __llvm_profile_data *DataBegin, const __llvm_profile_data *DataEnd, 37 char *Buffer, const __llvm_profile_data *DataBegin, 105 const __llvm_profile_data *DataBegin,
|
H A D | InstrProfiling.c | 46 const __llvm_profile_data *DataBegin = __llvm_profile_begin_data(); in __llvm_profile_reset_counters() local 49 for (DI = DataBegin; DI != DataEnd; ++DI) { in __llvm_profile_reset_counters()
|