Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp60 auto CountersSection = getInstrProfSection(Obj, IPSK_cnts); in get() local
61 if (auto Err = CountersSection.takeError()) in get()
82 C->CountersSectionStart = CountersSection->getAddress(); in get()
83 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()