Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp25 Expected<object::SectionRef> getCountersSection(const object::ObjectFile &Obj) { in getCountersSection() function
42 auto CountersSection = getCountersSection(Obj); in get()