Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h50 return Ctx->CountersSectionEnd - Ctx->CountersSectionStart; in getCountersSectionSize()
67 uint64_t CountersSectionStart; member
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp47 C->CountersSectionStart = CountersSection->getAddress(); in get()
48 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()
269 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl()