Searched refs:CountersBegin (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A 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() 31 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument 47 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument 50 CountersBegin, CountersEnd, 0, 0, NamesBegin, in __llvm_profile_write_buffer_internal()
|
| H A D | InstrProfilingWriter.c | 101 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in llvmWriteProfData() local 106 CountersBegin, CountersEnd, ValueDataArray, in llvmWriteProfData() 142 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in llvmWriteProfDataImpl() argument 148 const uint64_t CountersSize = CountersEnd - CountersBegin; in llvmWriteProfDataImpl() 168 {CountersBegin, sizeof(uint64_t), CountersSize}, in llvmWriteProfDataImpl()
|
| H A D | InstrProfilingInternal.h | 24 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 D | InstrProfData.inc | 102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|