Searched refs:CountersBegin (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 17 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer() local 23 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer() 37 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument 45 (CountersEnd - CountersBegin) * sizeof(uint64_t) + NamesSize + Padding; in __llvm_profile_get_size_for_buffer_internal() 54 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument 57 CountersBegin, CountersEnd, 0, NamesBegin, in __llvm_profile_write_buffer_internal()
|
D | InstrProfilingInternal.h | 24 const uint64_t *CountersBegin, const uint64_t *CountersEnd, 38 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, 141 const uint64_t *CountersBegin,
|
D | InstrProfilingWriter.c | 234 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local 239 CountersBegin, CountersEnd, VPDataReader, in lprofWriteData() 247 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl() argument 253 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl() 273 {CountersBegin, sizeof(uint64_t), CountersSize}, in lprofWriteDataImpl()
|
D | InstrProfData.inc | 136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 136 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|