Lines Matching defs:CountersBegin
111 const char *CountersBegin = __llvm_profile_begin_counters();
120 __llvm_profile_get_counters_size(CountersBegin, CountersEnd);
127 if ((intptr_t)CountersBegin % PageSize != 0) {
129 CountersBegin, PageSize);
159 void *CounterMmap = mmap((void *)CountersBegin, PageAlignedCountersLength,
162 if (CounterMmap != CountersBegin) {
165 " - CountersBegin: %p\n"
169 strerror(errno), CountersBegin, PageAlignedCountersLength, Fileno,
251 const char *CountersBegin = __llvm_profile_begin_counters();
257 __llvm_profile_get_counters_size(CountersBegin, CountersEnd);
280 (intptr_t)Profile - (uintptr_t)CountersBegin + FileOffsetToCounters;
283 lprofReleaseMemoryPagesToOS((uintptr_t)CountersBegin, (uintptr_t)CountersEnd);