Searched refs:CountersStart (Results 1 – 5 of 5) sorted by relevance
376 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local378 if (*CounterPtr < CountersStart || *CounterPtr >= CountersEnd) { in correlateProfileDataImpl()383 *FunctionName, *CounterPtr, CountersStart, CountersEnd); in correlateProfileDataImpl()395 IntPtrT CounterOffset = *CounterPtr - CountersStart; in correlateProfileDataImpl()455 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local457 if (CounterPtr < CountersStart || CounterPtr >= CountersEnd) { in correlateProfileDataImpl()462 CounterPtr, CountersStart, CountersEnd, in correlateProfileDataImpl()468 IntPtrT CounterOffset = CounterPtr - CountersStart; in correlateProfileDataImpl()
621 CountersStart = Start + CountersOffset; in readHeader()622 CountersEnd = CountersStart + CountersSize; in readHeader()660 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()664 Twine(CountersEnd - CountersStart - 1)) in readRawCounts()668 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()681 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
30 CountersStart __asm("section$start$__DATA$" INSTR_PROF_CNTS_SECT_NAME);60 char *__llvm_profile_begin_counters(void) { return &CountersStart; } in __llvm_profile_begin_counters()
48 char COMPILER_RT_SECTION(".lprfc$A") CountersStart;65 char *__llvm_profile_begin_counters(void) { return &CountersStart + 1; } in __llvm_profile_begin_counters()
329 const char *CountersStart; variable