Searched refs:CountersStart (Results 1 – 5 of 5) sorted by relevance
374 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local376 if (*CounterPtr < CountersStart || *CounterPtr >= CountersEnd) { in correlateProfileDataImpl()381 *FunctionName, *CounterPtr, CountersStart, CountersEnd); in correlateProfileDataImpl()393 IntPtrT CounterOffset = *CounterPtr - CountersStart; in correlateProfileDataImpl()453 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local455 if (CounterPtr < CountersStart || CounterPtr >= CountersEnd) { in correlateProfileDataImpl()460 CounterPtr, CountersStart, CountersEnd, in correlateProfileDataImpl()466 IntPtrT CounterOffset = CounterPtr - CountersStart; in correlateProfileDataImpl()
660 CountersStart = Start + CountersOffset; in readHeader()661 CountersEnd = CountersStart + CountersSize; in readHeader()699 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()703 Twine(CountersEnd - CountersStart - 1)) in readRawCounts()707 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()720 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
50 char COMPILER_RT_SECTION(".lprfc$A") CountersStart;84 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters()
30 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME);71 char *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
331 const char *CountersStart; variable