Searched refs:CountersEnd (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingBuffer.c | 20 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_get_size_for_buffer() local 25 DataBegin, DataEnd, CountersBegin, CountersEnd, NamesBegin, NamesEnd); in __llvm_profile_get_size_for_buffer() 34 const uint64_t *CountersEnd, const char *NamesBegin, in __llvm_profile_get_size_for_buffer_internal() argument 53 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in __llvm_profile_write_buffer() local 58 CountersBegin, CountersEnd, in __llvm_profile_write_buffer() 66 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument 73 const uint64_t CountersSize = CountersEnd - CountersBegin; in __llvm_profile_write_buffer_internal()
|
D | InstrProfilingInternal.h | 23 const uint64_t *CountersBegin, const uint64_t *CountersEnd, 38 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd);
|
D | InstrProfilingPlatformDarwin.c | 25 extern uint64_t CountersEnd __asm("section$end$__DATA$__llvm_prf_cnts"); 42 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters()
|
D | InstrProfilingFile.c | 23 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in writeFile() local 29 const uint64_t CountersSize = CountersEnd - CountersBegin; in writeFile()
|