Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp42 auto CountersSection = getCountersSection(Obj); in get() local
43 if (auto Err = CountersSection.takeError()) in get()
47 C->CountersSectionStart = CountersSection->getAddress(); in get()
48 C->CountersSectionEnd = C->CountersSectionStart + CountersSection->getSize(); in get()