/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 18 const uint64_t *CountersEnd = __llvm_profile_end_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() 55 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { 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, 39 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd); 142 const uint64_t *CountersEnd,
|
D | InstrProfilingPlatformDarwin.c | 30 CountersEnd __asm("section$end$__DATA$" INSTR_PROF_CNTS_SECT_NAME_STR); 52 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters()
|
D | InstrProfilingWriter.c | 235 const uint64_t *CountersEnd = __llvm_profile_end_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()
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 45 const uint64_t *CountersEnd = __llvm_profile_end_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() 133 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument 137 CountersEnd, 0, NamesBegin, NamesEnd, 0); in __llvm_profile_write_buffer_internal()
|
D | InstrProfilingInternal.h | 24 const uint64_t *CountersBegin, const uint64_t *CountersEnd, 39 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd); 156 const uint64_t *CountersEnd,
|
D | InstrProfilingPlatformDarwin.c | 32 CountersEnd __asm("section$end$__DATA$" INSTR_PROF_CNTS_SECT_NAME); 57 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters()
|
D | InstrProfilingPlatformWindows.c | 44 uint64_t COMPILER_RT_SECTION(".lprfc$Z") CountersEnd; 59 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters()
|
D | InstrProfilingWriter.c | 248 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in lprofWriteData() local 252 CountersEnd, VPDataReader, NamesBegin, NamesEnd, in lprofWriteData() 259 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in lprofWriteDataImpl() argument 265 const uint64_t CountersSize = CountersEnd - CountersBegin; in lprofWriteDataImpl()
|
D | InstrProfilingFile.c | 555 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in initializeProfileForContinuousMode() local 560 uint64_t CountersSize = CountersEnd - CountersBegin; in initializeProfileForContinuousMode()
|