Home
last modified time | relevance | path

Searched defs:CountersStart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp376 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local
455 uint64_t CountersStart = this->Ctx->CountersSectionStart; in correlateProfileDataImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h329 const char *CountersStart; variable