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

/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c17 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); local
23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd);
31 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
47 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
50 CountersBegin, CountersEnd, 0, 0, NamesBegin,
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 DInstrProfilingInternal.h24 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin,
107 const uint64_t *CountersBegin,
H A DInstrProfilingWriter.c101 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); local
106 CountersBegin, CountersEnd, ValueDataArray,
142 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
148 const uint64_t CountersSize = CountersEnd - CountersBegin;
168 {CountersBegin, sizeof(uint64_t), CountersSize},
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 79 milliseconds