Searched refs:CountersBegin (Results 1 – 5 of 5) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 20 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in llvmWriteProfData() local 25 CountersBegin, CountersEnd, ValueDataBegin, in llvmWriteProfData() 32 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in llvmWriteProfDataImpl() argument 38 const uint64_t CountersSize = CountersEnd - CountersBegin; in llvmWriteProfDataImpl() 59 {CountersBegin, sizeof(uint64_t), CountersSize}, in llvmWriteProfDataImpl()
|
D | InstrProfilingBuffer.c | 19 const uint64_t *CountersBegin = __llvm_profile_begin_counters(); in __llvm_profile_get_size_for_buffer() local 25 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer() 33 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument 64 const __llvm_profile_data *DataEnd, const uint64_t *CountersBegin, in __llvm_profile_write_buffer_internal() argument 67 CountersBegin, CountersEnd, 0, 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, 58 const uint64_t *CountersBegin,
|
D | InstrProfData.inc | 102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 102 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
|