Home
last modified time | relevance | path

Searched refs:CountersSectionEnd (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()
73 uint64_t CountersSectionEnd; member
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp49 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()
308 uint64_t CountersEnd = this->Ctx->CountersSectionEnd; in correlateProfileDataImpl()