Home
last modified time | relevance | path

Searched refs:CountersSectionStart (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp82 C->CountersSectionStart = CountersSection->getAddress(); in get()
83 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()
87 ++C->CountersSectionStart; in get()
374 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl()
453 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h61 return Ctx->CountersSectionEnd - Ctx->CountersSectionStart; in getCountersSectionSize()
79 uint64_t CountersSectionStart; member