/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-project/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 44 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer() local 50 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer() 97 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument 102 uint64_t CountersSize = CountersEnd - CountersBegin; in __llvm_profile_get_size_for_buffer_internal() 132 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument 136 return lprofWriteDataImpl(&BufferWriter, DataBegin, DataEnd, CountersBegin, 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, 155 const uint64_t *CountersBegin,
|
D | InstrProfilingWriter.c | 247 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local 251 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin, in lprofWriteData() 259 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl() argument 265 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl() 291 {CountersBegin, sizeof(uint64_t), CountersSize, 0}, in lprofWriteDataImpl()
|
D | InstrProfilingFile.c | 554 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in initializeProfileForContinuousMode() local 560 uint64_t CountersSize = CountersEnd - CountersBegin; in initializeProfileForContinuousMode() 564 if ((intptr_t)CountersBegin % PageSize != 0) { in initializeProfileForContinuousMode() 566 CountersBegin, PageSize); in initializeProfileForContinuousMode() 656 (void *)CountersBegin, PageAlignedCountersLength, PROT_READ | PROT_WRITE, in initializeProfileForContinuousMode() 658 if (CounterMmap != CountersBegin) { in initializeProfileForContinuousMode() 665 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno, in initializeProfileForContinuousMode()
|
/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | malformed-ptr-to-counter-array.test | 8 // 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)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
/external/llvm-project/compiler-rt/include/profile/ |
D | InstrProfData.inc | 137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 137 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|