Home
last modified time | relevance | path

Searched refs:CountersEnd (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingBuffer.c18 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()
31 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in __llvm_profile_get_size_for_buffer_internal() argument
48 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd) { in __llvm_profile_write_buffer_internal() argument
50 CountersBegin, CountersEnd, 0, 0, NamesBegin, in __llvm_profile_write_buffer_internal()
H A DInstrProfilingInternal.h24 const uint64_t *CountersBegin, const uint64_t *CountersEnd,
39 const uint64_t *CountersEnd, const char *NamesBegin, const char *NamesEnd);
108 const uint64_t *CountersEnd,
H A DInstrProfilingWriter.c102 const uint64_t *CountersEnd = __llvm_profile_end_counters(); in llvmWriteProfData() local
106 CountersBegin, CountersEnd, ValueDataArray, in llvmWriteProfData()
142 const uint64_t *CountersBegin, const uint64_t *CountersEnd, in llvmWriteProfDataImpl() argument
148 const uint64_t CountersSize = CountersEnd - CountersBegin; in llvmWriteProfDataImpl()
H A DInstrProfilingPlatformDarwin.c30 CountersEnd __asm("section$end$__DATA$" INSTR_PROF_CNTS_SECT_NAME_STR);
45 uint64_t *__llvm_profile_end_counters(void) { return &CountersEnd; } in __llvm_profile_end_counters()