Searched defs: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 37 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() 54 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal()
|
D | InstrProfilingWriter.c | 234 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local 247 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl()
|
/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 97 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() 132 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal()
|
D | InstrProfilingWriter.c | 247 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in lprofWriteData() local 259 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl()
|
D | InstrProfilingFile.c | 554 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in initializeProfileForContinuousMode() local
|