Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp43 auto CountersSection = getCountersSection(Obj); in get() local
44 if (auto Err = CountersSection.takeError()) in get()
48 C->CountersSectionStart = CountersSection->getAddress(); in get()
49 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()