Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h55 return Ctx->CountersSectionEnd - Ctx->CountersSectionStart; in getCountersSectionSize()
72 uint64_t CountersSectionStart; member
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp48 C->CountersSectionStart = CountersSection->getAddress(); in get()
49 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()
307 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl()