Searched refs:CountersStart (Results 1 – 6 of 6) 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()
269 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local271 if (*CounterPtr < CountersStart || *CounterPtr >= CountersEnd) { in correlateProfileDataImpl()275 << Twine::utohexstr(CountersStart) << ", 0x" in correlateProfileDataImpl()286 this->addProbe(*FunctionName, *CFGHash, *CounterPtr - CountersStart, in correlateProfileDataImpl()
442 CountersStart = Start + CountersOffset; in readHeader()443 CountersEnd = CountersStart + CountersSize; in readHeader()483 if (CounterBaseOffset >= CountersEnd - CountersStart) in readRawCounts()487 Twine(CountersEnd - CountersStart - 1)) in readRawCounts()491 (CountersEnd - (CountersStart + CounterBaseOffset)) / in readRawCounts()504 CountersStart + CounterBaseOffset + I * getCounterTypeSize(); in readRawCounts()
1547 const uint64_t CountersStart = in __bolt_instr_setup() local1552 DEBUG(reportNumber("replace mmap start: ", CountersStart, 16)); in __bolt_instr_setup()1554 assert (CountersEnd > CountersStart, "no counters"); in __bolt_instr_setup()1557 __mmap(CountersStart, CountersEnd - CountersStart, in __bolt_instr_setup()
274 const char *CountersStart; variable