Searched refs:CountersStart (Results 1 – 5 of 5) sorted by relevance
30 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME);55 char *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
44 char COMPILER_RT_SECTION(".lprfc$A") CountersStart;59 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters()
307 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local309 if (*CounterPtr < CountersStart || *CounterPtr >= CountersEnd) { in correlateProfileDataImpl()313 << Twine::utohexstr(CountersStart) << ", 0x" in correlateProfileDataImpl()324 IntPtrT CounterOffset = *CounterPtr - CountersStart; in correlateProfileDataImpl()
527 CountersStart = Start + CountersOffset; in readHeader()528 CountersEnd = CountersStart + CountersSize; in readHeader()568 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()572 Twine(CountersEnd - CountersStart - 1)) in readRawCounts()576 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()589 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
295 const char *CountersStart; variable